1 Commits

Author SHA1 Message Date
9087cdbd69 Update dependency commons-codec:commons-codec to v1.22.0
All checks were successful
continuous-integration/drone/pr Build is passing
2026-04-25 05:08:17 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.4.0</version>
<version>5.6.1</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</dependency>
<!-- End Random.org dependencies -->