You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/01 23:05:52 UTC

[cxf] branch 3.5.x-fixes updated (bc5d02a182 -> 6db4b5c8bb)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from bc5d02a182 CXF-8683: Support SwaggerUI 4.10.3+ (#952)
     new 74d2a97deb Update Mockito to 4.6.0
     new 6db4b5c8bb Update RxJava3 to 3.1.5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/02: Update Mockito to 4.6.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 74d2a97deb62742559facb0f4693e0f65d3ace5d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 1 17:52:59 2022 -0400

    Update Mockito to 4.6.0
    
    (cherry picked from commit c86d4ae12d5a68f4618a6a0687ba2eb8cc5eca70)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d2e1fcf250..fe42a57ebb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.5</cxf.mina.version>
-        <cxf.mockito.version>4.5.1</cxf.mockito.version>
+        <cxf.mockito.version>4.6.0</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>


[cxf] 02/02: Update RxJava3 to 3.1.5

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6db4b5c8bbc1d9991bdce428fed2ca9f3c6d3bfe
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 1 18:01:39 2022 -0400

    Update RxJava3 to 3.1.5
    
    (cherry picked from commit 7ead337e9280267ad4d9aafb3f05a099bed01e99)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fe42a57ebb..0751d30cc9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,7 +192,7 @@
         <cxf.rhino.version>1.7.13</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>
-        <cxf.rxjava3.version>3.1.4</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.1.5</cxf.rxjava3.version>
         <cxf.saaj-impl.version>1.5.3</cxf.saaj-impl.version>
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>