Skip to content

Commit 8a337d7

Browse files
Update pom.xml - revert dependency-check plugin version
Reverting owasp dependency-check version. New version was throwing erroneous 504 errors during release process
1 parent b2b8a62 commit 8a337d7

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
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.owasp</groupId>
319319
<artifactId>dependency-check-maven</artifactId>
320-
<version>8.3.1</version>
320+
<version>6.1.0</version>
321321
<configuration>
322322
<failBuildOnCVSS>8.0</failBuildOnCVSS>
323323
</configuration>

0 commit comments

Comments
 (0)