1 Commits

Author SHA1 Message Date
8146c59d38 Update dependency org.owasp:dependency-check-maven to v12.1.9
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-11 13:01:32 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.1.2</version>
<version>5.6.1</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -155,7 +155,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.1.8</version>
<version>12.1.9</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->