SUPPORT-9519: fix CVE-2025-61795

This commit is contained in:
adel.ka 2025-10-29 14:25:04 +03:00
parent a80f20dc5b
commit 627518a4cd

View file

@ -7,7 +7,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.4.10</version> <version>3.4.11</version>
<relativePath/> <relativePath/>
</parent> </parent>
@ -15,10 +15,6 @@
<artifactId>file-upload</artifactId> <artifactId>file-upload</artifactId>
<version>1.10.0-SNAPSHOT</version> <version>1.10.0-SNAPSHOT</version>
<properties>
<logback.version>1.5.19</logback.version>
</properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>