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/08/24 17:58:28 UTC

[cxf] branch master updated: Update RxJava3 to 3.0.6

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 209407e  Update RxJava3 to 3.0.6
209407e is described below

commit 209407e09d8b1466d1c524184690915c1aa1a3ea
Author: reta <dr...@gmail.com>
AuthorDate: Mon Aug 24 13:56:26 2020 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 4c14d13..4d17257 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
         <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.5</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.0.6</cxf.rxjava3.version>
         <cxf.saaj-impl.version>1.5.2</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>