1 Commits

Author SHA1 Message Date
renovate 394c6ed41c Update dependency org.owasp:dependency-check-maven to v12.2.1
continuous-integration/drone/pr Build is passing
2026-04-11 21:07:57 +00:00
+2 -2
View File
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.22.0</version>
<version>1.21.0</version>
</dependency>
<!-- End Random.org dependencies -->
@@ -155,7 +155,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.2.0</version>
<version>12.2.1</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->