Skip to content

Commit cfbd981

Browse files
committed
Update to FileUploads 1.6.0 to address CVE-2025-48976, which likely didn't affect HTTPUtilities.getFileUploads interaces anyway.
1 parent 2a35f3e commit cfbd981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>commons-fileupload</groupId>
223223
<artifactId>commons-fileupload</artifactId>
224-
<version>1.5</version>
224+
<version>1.6.0</version>
225225
<exclusions>
226226
<!-- excluded because we directly import newer version below. -->
227227
<exclusion>

0 commit comments

Comments
 (0)