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/09/17 20:46:04 UTC

[cxf] branch 3.6.x-fixes updated (4dcd8d295c -> 62cb388e44)

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

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


    from 4dcd8d295c Update Netty to 4.1.82.Final
     new aa09f875b0 Update Spring Framework to 5.3.23
     new 62cb388e44 Update Project Reactor to 3.4.23

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 Spring Framework to 5.3.23

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

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

commit aa09f875b0f71f1374535396f05910da7e90a3d6
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 17 16:42:13 2022 -0400

    Update Spring Framework to 5.3.23
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 007365121d..1277e18526 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -204,7 +204,7 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>5.7.3</cxf.spring.security.version>
-        <cxf.spring.version>5.3.22</cxf.spring.version>
+        <cxf.spring.version>5.3.23</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.1</cxf.swagger.v3.version>


[cxf] 02/02: Update Project Reactor to 3.4.23

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

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

commit 62cb388e44976da22a5beba8791cc331abcb867a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 17 16:45:59 2022 -0400

    Update Project Reactor to 3.4.23
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1277e18526..71806ea809 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,7 +187,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.4.22</cxf.reactor.version>
+        <cxf.reactor.version>3.4.23</cxf.reactor.version>
         <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>