This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.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.x by this push: new 33c075f9006 Upgrade to spring boot 2.7.9 33c075f9006 is described below commit 33c075f90064c684fab0ade718c4c3f90d06c9e3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Mar 8 12:59:55 2023 +0100 Upgrade to spring boot 2.7.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f996be9bcb5..a7159ff905e 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.7.7</spring-boot-version> + <spring-boot-version>2.7.9</spring-boot-version> <!-- Camel target version --> <camel-version>3.21.0-SNAPSHOT</camel-version>