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-examples.git
The following commit(s) were added to refs/heads/master by this push: new 02ffb55 Use the same reactor version as camel main version 02ffb55 is described below commit 02ffb559a22b440a368eaa80afd48c02d3f25e84 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 28 07:40:14 2020 +0200 Use the same reactor version as camel main version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 34a444a..c154e13 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <camel.osgi.export.pkg /> <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version> <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version> - <reactor-version>3.2.15.RELEASE</reactor-version> + <reactor-version>3.2.16.RELEASE</reactor-version> <testcontainers-version>1.14.3</testcontainers-version> <tomcat-version>9.0.31</tomcat-version> </properties>