1 Commits

Author SHA1 Message Date
renovate 1e069a824e Update dependency org.owasp:dependency-check-maven to v12.2.2
continuous-integration/drone/pr Build is passing
2026-05-03 13:06:31 +00:00
+2 -2
View File
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.18</version>
<version>2.0.17</version>
</dependency>
<!-- Dependency used for SQLite database connections-->
@@ -155,7 +155,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.2.0</version>
<version>12.2.2</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->