1 Commits

Author SHA1 Message Date
f258d7628d Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v5.4.0.6343
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-02 12:01:56 +00:00

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.1.2</version>
<version>5.6.1</version>
</dependency>
<!-- JDA depends on SLF4J for logging -->
<dependency>
@@ -149,7 +149,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.2.0.4988</version>
<version>5.4.0.6343</version>
</plugin>
<plugin>