1 Commits

Author SHA1 Message Date
55a95ff133 Update dependency net.dv8tion:JDA to v6
Some checks failed
continuous-integration/drone/pr Build is failing
2026-04-02 21:11:26 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.6.1</version>
<version>6.4.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.2.1</version>
<version>12.2.0</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->