This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 8fe85a3b0ad Upgrade to spring boot 3.0.6 (#818) 8fe85a3b0ad is described below commit 8fe85a3b0ad3546a1171d9dfd720a507dfc76a9f Author: Federico Mariani <34543311+cro...@users.noreply.github.com> AuthorDate: Fri Apr 21 07:01:02 2023 +0200 Upgrade to spring boot 3.0.6 (#818) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fcc01eda7b3..17d8187bebb 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>3.0.5</spring-boot-version> + <spring-boot-version>3.0.6</spring-boot-version> <!-- Camel target version --> <camel-version>4.0.0-SNAPSHOT</camel-version>