GH-1023 - Upgrade to Spring Boot 3.3.8.

This commit is contained in:
Oliver Drotbohm
2025-01-23 12:10:20 +01:00
parent b34e887d64
commit 094f95862f
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.8-SNAPSHOT'
- '3.3.9-SNAPSHOT'
- '3.4.1'
- '3.4.2-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.7</spring-boot.version>
<spring-boot.version>3.3.8</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.7</version>
<version>3.3.8</version>
<relativePath />
</parent>