We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf464bf commit dfff610Copy full SHA for dfff610
pom.xml
@@ -238,6 +238,13 @@
238
<groupId>org.owasp.antisamy</groupId>
239
<artifactId>antisamy</artifactId>
240
<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>
248
</dependency>
249
<dependency>
250
<groupId>org.slf4j</groupId>
@@ -695,7 +702,7 @@
695
702
<plugin>
696
703
<groupId>org.owasp</groupId>
697
704
<artifactId>dependency-check-maven</artifactId>
698
- <version>6.1.3</version>
705
+ <version>6.1.6</version>
699
706
<configuration>
700
707
<failBuildOnCVSS>1.0</failBuildOnCVSS>
701
708
<suppressionFiles>./suppressions.xml</suppressionFiles>
0 commit comments