GH-635 - Upgrade to Spring Boot 3.2.6.

This commit is contained in:
Oliver Drotbohm
2024-05-23 13:35:33 +02:00
parent f7951c57f8
commit 45f8ab1624
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<relativePath />
</parent>
@@ -26,7 +26,7 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.3</jmolecules.version>
<spring-boot.version>3.2.5</spring-boot.version>
<spring-boot.version>3.2.6</spring-boot.version>
</properties>
<build>