Upgrade Spring Boot version to address many security vulnerabilities #52

Merged
tozh4728 merged 1 commits from update-spring-boot into develop 2024-12-03 10:55:29 +01:00
Showing only changes of commit a1dffa34db - Show all commits

View File

@ -101,7 +101,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.5</version>
<version>3.2.12</version>
<scope>import</scope>
<type>pom</type>
</dependency>