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 2021/08/12 02:14:07 UTC

[cxf] branch 3.4.x-fixes updated: Update Project Reactor to 3.3.19.RELEASE

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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 7e48199  Update Project Reactor to 3.3.19.RELEASE
7e48199 is described below

commit 7e481993dcd3eb60d3890ffd1f89b03840e17738
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Aug 11 22:13:25 2021 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6bdae29..ffd48c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -183,7 +183,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.2.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.3.18.RELEASE</cxf.reactor.version>
+        <cxf.reactor.version>3.3.19.RELEASE</cxf.reactor.version>
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>