This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7fe8c96666b680be1af0c0704e4623fe263e4ee1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Dec 14 14:12:10 2020 +0100 Upgrade Spring Boot to version 2.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41c856b..939346c 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.4.0</spring-boot-version> + <spring-boot-version>2.4.1</spring-boot-version> <!-- Camel target version --> <camel-version>3.7.0-SNAPSHOT</camel-version>