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 2023/01/07 16:30:02 UTC

[cxf] branch 3.6.x-fixes updated: Update Project Reactor to 3.5.1

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new f25e81b813 Update Project Reactor to 3.5.1
f25e81b813 is described below

commit f25e81b813d776475641eb1a0875cb3bc9f45e51
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Dec 17 17:28:55 2022 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b7a4a8e172..10f5e2b521 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -188,7 +188,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.1</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.4.26</cxf.reactor.version>
+        <cxf.reactor.version>3.5.1</cxf.reactor.version>
         <cxf.rhino.version>1.7.14</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>