You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/31 06:31:15 UTC

[camel] branch master updated: Upgrade RxJava to version 2.2.9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f7acfb  Upgrade RxJava to version 2.2.9
3f7acfb is described below

commit 3f7acfbf634a1d6ac2ce3266b1fc132df536110d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 31 08:30:51 2019 +0200

    Upgrade RxJava to version 2.2.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9a16eaee..7b9d994 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -590,7 +590,7 @@
         <rome-bundle-version>1.0_3</rome-bundle-version>
         <rome-version>1.0</rome-version>
         <rxjava-version>1.3.8</rxjava-version>
-        <rxjava2-version>2.2.8</rxjava2-version>
+        <rxjava2-version>2.2.9</rxjava2-version>
         <saaj-impl-version>1.3.2_2</saaj-impl-version>
         <saxon-bundle-version>9.9.1-2_1</saxon-bundle-version>
         <saxon-version>9.9.1-2</saxon-version>