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
The following commit(s) were added to refs/heads/master by this push: new 7aa8105 Upgrade Spring Boot to version 2.3.1.RELEASE 7aa8105 is described below commit 7aa81058f4851db96f602f17ce37929050569793 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 15 08:51:12 2020 +0200 Upgrade Spring Boot to version 2.3.1.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c621d5..2a4a190 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.3.0.RELEASE</spring-boot-version> + <spring-boot-version>2.3.1.RELEASE</spring-boot-version> <!-- Camel target version --> <camel-version>3.4.0-SNAPSHOT</camel-version>