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/01/31 07:58:08 UTC

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

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 22a2f6c  Upgrade RxJava to version 2.2.6
22a2f6c is described below

commit 22a2f6cf0812d162b55a344d7db623ec76e7205b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 31 08:57:45 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2b4aab7..068ba83 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -585,7 +585,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.5</rxjava2-version>
+    <rxjava2-version>2.2.6</rxjava2-version>
     <saaj-impl-version>1.3.2_2</saaj-impl-version>
     <saxon-bundle-version>9.9.0-2_1</saxon-bundle-version>
     <saxon-version>9.9.0-2</saxon-version>