Update spring boot dependencies to 4th version.

This commit is contained in:
Florian THIERRY
2025-12-30 17:16:08 +01:00
parent 3633d6bfde
commit f3ca55bff0
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.9</version>
<version>4.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>