Skip to content

Commit 44bdce0

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-10363252
1 parent f67fd1b commit 44bdce0

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
@@ -209,7 +209,7 @@
209209
<groupId>commons-fileupload</groupId>
210210
<artifactId>commons-fileupload</artifactId>
211211
<!-- Upgrading to 1.4 causes this test case failure: [ERROR] HTTPUtilitiesTest.testGetFileUploads:259. TODO: Figure out why, and fix. -->
212-
<version>1.5</version>
212+
<version>1.6.0</version>
213213
<exclusions>
214214
<!-- excluded because we directly import newer version. -->
215215
<exclusion>

0 commit comments

Comments
 (0)