GH-1002 - Upgrade to Spring Boot 3.3.7.

This commit is contained in:
Oliver Drotbohm
2024-12-19 12:22:55 +01:00
parent 2568d3c340
commit 88dd5edc26
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
version:
- '3.1.12'
- '3.2.12'
- '3.3.7-SNAPSHOT'
- '3.3.8-SNAPSHOT'
- '3.4.0'
- '3.4.1-SNAPSHOT'
jmolecules:

View File

@@ -40,7 +40,7 @@
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.3.6</spring-boot.version>
<spring-boot.version>3.3.7</spring-boot.version>
<spring-framework.version>6.1.16</spring-framework.version> <!-- For Javadoc links only -->
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
<testcontainers.version>1.17.6</testcontainers.version>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
<relativePath />
</parent>