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/07/16 14:32:16 UTC

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

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 6831a7db21 Update Project Reactor to 3.4.21
6831a7db21 is described below

commit 6831a7db212d18956640d9fffb85f9e7c50182ad
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jul 16 09:21:10 2022 -0400

    Update Project Reactor to 3.4.21
    
    (cherry picked from commit 2389293b3fcb291ab555b87785687e993c76813e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a725f52d74..e6f084700a 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.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.4.19</cxf.reactor.version>
+        <cxf.reactor.version>3.4.21</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>