Skip to content

Commit a2b739f

Browse files
authored
Update pom.xml to use latest version of OWASP Dependency Check
Close issue #485
1 parent 5a4e4a1 commit a2b739f

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
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>org.owasp</groupId>
371371
<artifactId>dependency-check-maven</artifactId>
372-
<version>4.0.1</version>
372+
<version>5.0.0-M2</version>
373373
<configuration>
374374
<!-- <failBuildOnCVSS>5.9</failBuildOnCVSS> -->
375375
<suppressionFile>./suppressions.xml</suppressionFile>

0 commit comments

Comments
 (0)