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 2020/03/02 11:00:02 UTC

[camel-spring-boot] 01/03: Align dependencies to camel master: Reactor core version to 3.2.15.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-spring-boot.git

commit 9afce9cec5d78b7b2ef1be31b0270f5450f625d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:46:52 2020 +0100

    Align dependencies to camel master: Reactor core version to 3.2.15.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f420a61..576023f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
         <os-maven-plugin-version>1.6.0</os-maven-plugin-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protobuf-version>3.11.1</protobuf-version>
-        <reactor-version>3.2.12.RELEASE</reactor-version>
+        <reactor-version>3.2.15.RELEASE</reactor-version>
         <roaster-version>2.20.1.Final</roaster-version>
         <rxjava-version>1.3.8</rxjava-version>
         <shrinkwrap-resolver-version>3.1.3</shrinkwrap-resolver-version>