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/08/20 07:28:24 UTC

[camel] branch master updated: Upgrade Reactor to version 3.2.11.RELEASE

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 9602df5  Upgrade Reactor to version 3.2.11.RELEASE
9602df5 is described below

commit 9602df534e57356d37462a20a6dc36a632e51466
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 20 09:27:53 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6143991..d9db557 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -529,7 +529,7 @@
         <quickfixj-version>2.1.1</quickfixj-version>
         <rabbitmq-amqp-client-version>5.7.3</rabbitmq-amqp-client-version>
         <reactive-streams-version>1.0.2</reactive-streams-version>
-        <reactor-version>3.2.10.RELEASE</reactor-version>
+        <reactor-version>3.2.11.RELEASE</reactor-version>
         <reflections-bundle-version>0.9.11_1</reflections-bundle-version>
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.0.2</rescu-version>