1 Commits

Author SHA1 Message Date
ff548a6450 Update dependency org.owasp:dependency-check-maven to v12.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
2025-06-07 12:00:26 +00:00

View File

@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.19.0</version>
<version>1.18.0</version>
</dependency>
<!-- End Random.org dependencies -->
@@ -155,7 +155,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.1.1</version>
<version>12.1.2</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->