@@ -20,7 +20,7 @@ repositories {
2020}
2121
2222checkstyle {
23- toolVersion = " 10.21.1 "
23+ toolVersion = " 10.21.2 "
2424
2525 configFile = file(" ${rootDir} /checkstyle/checkstyle.xml" )
2626
@@ -41,21 +41,21 @@ configurations.named("checkstyle") {
4141
4242dependencies {
4343 // JDA
44- implementation(" net.dv8tion:JDA:5.2.2 " ) {
44+ implementation(" net.dv8tion:JDA:5.3.0 " ) {
4545 exclude(" opus-java" , " opus-java" )
4646 }
4747
4848 // configs
49- implementation(" net.dzikoysk:cdn:1.14.5 " )
49+ implementation(" net.dzikoysk:cdn:1.14.6 " )
5050
5151 // slf4j setup
52- implementation(" ch.qos.logback:logback-classic:1.5.15 " )
52+ implementation(" ch.qos.logback:logback-classic:1.5.16 " )
5353
5454 // new modern fork of jda-utilities
5555 implementation(" pw.chew:jda-chewtils-command:2.0-SNAPSHOT" )
5656
5757 // Sentry.io integration
58- implementation(" io.sentry:sentry:7.19.1 " )
58+ implementation(" io.sentry:sentry:8.1.0 " )
5959
6060 // ORMLite
6161 implementation(" com.j256.ormlite:ormlite-core:6.1" )
@@ -69,7 +69,7 @@ dependencies {
6969 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.1" )
7070
7171 // Gson
72- implementation(" com.google.code.gson:gson:2.11.0 " )
72+ implementation(" com.google.code.gson:gson:2.12.1 " )
7373
7474 // tests
7575 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4" )
@@ -80,8 +80,8 @@ dependencies {
8080 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
8181
8282 // mockito
83- testImplementation(" org.mockito:mockito-core:5.14 .2" )
84- testImplementation(" org.mockito:mockito-junit-jupiter:5.14 .2" )
83+ testImplementation(" org.mockito:mockito-core:5.15 .2" )
84+ testImplementation(" org.mockito:mockito-junit-jupiter:5.15 .2" )
8585
8686 // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
8787 implementation(" org.apache.commons:commons-lang3:3.17.0" )
0 commit comments