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 2020/10/07 01:45:14 UTC

[cxf] 01/02: Update to RxJava2 2.2.20

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

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

commit 149ca877c2bdd5aee328f3ff1a15282f2cda6074
Author: reta <dr...@gmail.com>
AuthorDate: Tue Oct 6 21:33:23 2020 -0400

    Update to RxJava2 2.2.20
    
    (cherry picked from commit c673affb1cc40a38953dd9ce6b567705fa6eef46)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aaa148b..aea8571 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,8 +181,8 @@
         <cxf.reactor.version>3.2.20.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.19</cxf.rxjava2.version>
-        <cxf.rxjava3.version>3.0.2</cxf.rxjava3.version>
+        <cxf.rxjava2.version>2.2.20</cxf.rxjava2.version>
+        <cxf.rxjava3.version>3.0.6</cxf.rxjava3.version>
         <cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact>
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>