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/02/16 17:46:47 UTC

[cxf] branch 3.5.x-fixes updated: Update Project Reactor to 3.4.27

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 1d8232fc12 Update Project Reactor to 3.4.27
1d8232fc12 is described below

commit 1d8232fc12a1348ef748e3627c834be15bf6e458
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Feb 16 12:37:25 2023 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5e4bb94b8f..611706491a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,7 +190,7 @@
         <cxf.plexus-archiver.version>4.6.1</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.5.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.4.26</cxf.reactor.version>
+        <cxf.reactor.version>3.4.27</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>