1 Commits

Author SHA1 Message Date
fc00467059 Update dependency net.dv8tion:JDA to v5.6.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-06-08 19:00:28 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.5.1</version>
<version>5.6.1</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.50.2.0</version>
<version>3.49.1.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->