1 Commits

Author SHA1 Message Date
renovate ccac365cfc Update dependency org.slf4j:slf4j-simple to v2.0.18
continuous-integration/drone/pr Build is passing
2026-05-12 21:12:24 +00:00
+2 -2
View File
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.17</version>
<version>2.0.18</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.1</version>
<version>12.2.0</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->