Upgrade to Spring Boot 3.4.0

This commit is contained in:
Dave Syer
2024-12-16 11:20:53 +00:00
parent 560ffdb381
commit e63ed35edf
8 changed files with 33 additions and 37 deletions

View File

@@ -75,7 +75,7 @@
<maven.compiler.target>17</maven.compiler.target>
<!-- internal dependencies -->
<spring-boot.version>3.3.4</spring-boot.version>
<spring-boot.version>3.4.0</spring-boot.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.10.5</junit.version>
<assertj.version>3.26.3</assertj.version>