1 Commits

Author SHA1 Message Date
Renovate Bot
303c7bc256 fix(deps): update dependency net.dv8tion:jda to v5.2.2 2024-12-27 18:03:22 +00:00

View File

@ -84,7 +84,7 @@
<dependency> <dependency>
<groupId>net.dv8tion</groupId> <groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId> <artifactId>JDA</artifactId>
<version>5.2.1</version> <version>5.2.2</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>club.minnced</groupId> <groupId>club.minnced</groupId>
@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId> <artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>8.0.0-rc.3</version> <version>8.0.0-rc.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>