Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.3.3</version>
212+
<version>1.5</version>
213213
<exclusions>
214214
<!-- excluded because we directly import newer version. -->
215215
<exclusion>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.owasp.antisamy</groupId>
239239
<artifactId>antisamy</artifactId>
240-
<version>1.6.4</version>
240+
<version>1.7.5</version>
241241
<exclusions>
242242
<!-- excluded because we pick up much newer version -->
243243
<exclusion>
@@ -270,7 +270,7 @@
270270
<artifactId>commons-io</artifactId>
271271
<!-- Note: commons-io:2.7 and later require Java 8, so can't upgrade past 2.6 -->
272272
<!-- This means still possible exposure to CVE-2021-29425. -->
273-
<version>2.6</version>
273+
<version>2.14.0</version>
274274
</dependency>
275275

276276

0 commit comments

Comments
 (0)