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 18:49:51 UTC

[cxf] branch master updated: Update RxJava3 to 3.1.2

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 29e9ae1  Update RxJava3 to 3.1.2
29e9ae1 is described below

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

    Update RxJava3 to 3.1.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 93b7e89..597c51f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -186,7 +186,7 @@
         <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>
-        <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>