This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 17de011c594fa1df83c9e8181fb4db57f0ede74f Author: Tom Cunningham <[email protected]> AuthorDate: Wed Sep 6 16:07:03 2023 -0400 Upgrade to spring boot 3.1.3 (#252) Co-authored-by: Claus Ibsen <[email protected]> --- pom.xml | 2 +- tooling/redhat-camel-spring-boot-bom/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1cae2aac4b..224c48950a4 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>3.1.2</spring-boot-version> + <spring-boot-version>3.1.3</spring-boot-version> <!-- Camel target version --> <camel-version>4.0.0.redhat-00001</camel-version> diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index 3bbed14ff1a..fbd9d154744 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -145,7 +145,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>3.1.2</version> + <version>3.1.3</version> <type>pom</type> <scope>import</scope> </dependency>
