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 1273b346a07f3c8d7bcc54adff9c432ac74bf43d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 20 10:03:38 2020 +0100 Upgrade Spring-boot to version 2.2.3.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05f7cd6..9af414a 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.2.2.RELEASE</spring-boot-version> + <spring-boot-version>2.2.3.RELEASE</spring-boot-version> <!-- Camel target version --> <camel-version>3.0.0</camel-version>