This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.4.x by this push: new 6d37395 Upgrade to spring boot 2.3.3 6d37395 is described below commit 6d373958f54b5bcf77473f7660faf95e5af4ae21 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 14 08:27:58 2020 +0200 Upgrade to spring boot 2.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f6cea5..810eb55 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.2.RELEASE</spring-boot-version> + <spring-boot-version>2.3.3.RELEASE</spring-boot-version> <!-- Camel target version --> <camel-version>3.4.3-SNAPSHOT</camel-version>