1 Commits

Author SHA1 Message Date
a657dc65a0 Update dependency net.dv8tion:JDA to v6
Some checks failed
continuous-integration/drone/pr Build is failing
2026-01-11 15:00:59 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.6.1</version>
<version>6.3.0</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -40,14 +40,14 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.51.2.0</version>
<version>3.51.0.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.6</version>
<version>2.5</version>
</dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>6.0.3</version>
<version>6.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>