ACS-10159 Bump Spring Boot to 3.5.5 (#1138)

- to fix CVE-2025-48989 in tomcat-embed-core-10.1.43.jar
This commit is contained in:
Gerard Olenski
2025-09-18 12:37:14 +02:00
committed by GitHub
parent 9d0f6b63bb
commit 3ce90d3ec7

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.4</version> <version>3.5.5</version>
</parent> </parent>
<properties> <properties>