File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments