1 Commits

Author SHA1 Message Date
renovate 040f4526e8 Update dependency net.dv8tion:JDA to v6 2026-07-05 21:12:14 +00:00
+2 -2
View File
@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>net.dv8tion</groupId> <groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId> <artifactId>JDA</artifactId>
<version>5.6.1</version> <version>6.5.0</version>
</dependency> </dependency>
<!-- JDA depends on SLF4J for logging --> <!-- JDA depends on SLF4J for logging -->
<dependency> <dependency>
@@ -149,7 +149,7 @@
<plugin> <plugin>
<groupId>org.sonarsource.scanner.maven</groupId> <groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId> <artifactId>sonar-maven-plugin</artifactId>
<version>5.7.0.6970</version> <version>5.5.0.6356</version>
</plugin> </plugin>
<plugin> <plugin>