Skip to content

Commit dfff610

Browse files
committed
Change pom grab newer version of Apache Commons IO.
Update OWASP Dependency Check to 6.1.6.
1 parent cf464bf commit dfff610

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@
238238
<groupId>org.owasp.antisamy</groupId>
239239
<artifactId>antisamy</artifactId>
240240
<version>1.6.3</version>
241+
<exclusions>
242+
<!-- excluded because we pick up much newer version -->
243+
<exclusion>
244+
<groupId>commons-io</groupId>
245+
<artifactId>commons-io</artifactId>
246+
</exclusion>
247+
</exclusions>
241248
</dependency>
242249
<dependency>
243250
<groupId>org.slf4j</groupId>
@@ -695,7 +702,7 @@
695702
<plugin>
696703
<groupId>org.owasp</groupId>
697704
<artifactId>dependency-check-maven</artifactId>
698-
<version>6.1.3</version>
705+
<version>6.1.6</version>
699706
<configuration>
700707
<failBuildOnCVSS>1.0</failBuildOnCVSS>
701708
<suppressionFiles>./suppressions.xml</suppressionFiles>

0 commit comments

Comments
 (0)