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/10/12 20:59:27 UTC

[cxf] 02/03: Update RxJava3 to 3.1.2

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

commit 19a454f89283a3b8855d4133f02c55d8c6675008
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Oct 12 14:44:52 2021 -0400

    Update RxJava3 to 3.1.2
    
    (cherry picked from commit 29e9ae1bd69a373e7a33d84405510a5e825a6508)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c451aea..d219459 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,7 +187,7 @@
         <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>
-        <cxf.rxjava3.version>3.1.1</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.1.2</cxf.rxjava3.version>
         <cxf.saaj-impl.version>1.5.3</cxf.saaj-impl.version>
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>