We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a7569 commit aaff554Copy full SHA for aaff554
build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
55
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")
56
57
// Sentry.io integration
58
- implementation("io.sentry:sentry:8.1.0")
+ implementation("io.sentry:sentry:8.2.0")
59
60
// ORMLite
61
implementation("com.j256.ormlite:ormlite-core:6.1")
@@ -66,7 +66,7 @@ dependencies {
66
67
// Database drivers
68
implementation("com.h2database:h2:2.3.232")
69
- implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
+ implementation("org.mariadb.jdbc:mariadb-java-client:3.5.2")
70
71
// Gson
72
implementation("com.google.code.gson:gson:2.12.1")
0 commit comments