1 Commits

Author SHA1 Message Date
d3a7919b42 Update dependency org.yaml:snakeyaml to v2.6
All checks were successful
continuous-integration/drone/pr Build is passing
2026-02-26 22:09:54 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.3.1</version>
<version>5.6.1</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->