PRODSEC-10332 updated commons-fileupload2-jakarta to address cve (#3403)

This commit is contained in:
jakubkochman
2025-06-27 12:54:27 +02:00
committed by GitHub
parent 757b26b1b8
commit cd5c2227e2
2 changed files with 3 additions and 3 deletions

View File

@@ -444,8 +444,8 @@
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-jakarta</artifactId>
<version>2.0.0-M1</version>
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
<version>2.0.0-M4</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>

View File

@@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-jakarta</artifactId>
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>