@@ -20,7 +20,7 @@ repositories {
2020}
2121
2222checkstyle {
23- toolVersion = " 10.21.2 "
23+ toolVersion = " 10.24.0 "
2424
2525 configFile = file(" ${rootDir} /checkstyle/checkstyle.xml" )
2626
@@ -33,55 +33,55 @@ configurations.named("checkstyle") {
3333 resolutionStrategy {
3434 capabilitiesResolution {
3535 withCapability(" com.google.collections:google-collections" ) {
36- select(" com.google.guava:guava:33.4.0 -jre" )
36+ select(" com.google.guava:guava:33.4.8 -jre" )
3737 }
3838 }
3939 }
4040}
4141
4242dependencies {
4343 // JDA
44- implementation(" net.dv8tion:JDA:5.3.0 " ) {
44+ implementation(" net.dv8tion:JDA:5.5.1 " ) {
4545 exclude(" opus-java" , " opus-java" )
4646 }
4747
4848 // configs
49- implementation(" net.dzikoysk:cdn:1.14.6 " )
49+ implementation(" net.dzikoysk:cdn:1.14.8 " )
5050
5151 // slf4j setup
52- implementation(" ch.qos.logback:logback-classic:1.5.16 " )
52+ implementation(" ch.qos.logback:logback-classic:1.5.18 " )
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:8.1.0 " )
58+ implementation(" io.sentry:sentry:8.13.2 " )
5959
6060 // ORMLite
6161 implementation(" com.j256.ormlite:ormlite-core:6.1" )
6262 implementation(" com.j256.ormlite:ormlite-jdbc:6.1" )
6363
6464 // HikariCP
65- implementation(" com.zaxxer:HikariCP:6.2.1 " )
65+ implementation(" com.zaxxer:HikariCP:6.3.0 " )
6666
6767 // Database drivers
6868 implementation(" com.h2database:h2:2.3.232" )
69- implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.1 " )
69+ implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3 " )
7070
7171 // Gson
72- implementation(" com.google.code.gson:gson:2.12 .1" )
72+ implementation(" com.google.code.gson:gson:2.13 .1" )
7373
7474 // tests
75- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
76- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
75+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.0 " )
76+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.0 " )
7777
7878 // mockwebserver
7979 testImplementation(" com.squareup.okhttp3:mockwebserver:4.12.0" )
8080 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
8181
8282 // mockito
83- testImplementation(" org.mockito:mockito-core:5.15.2 " )
84- testImplementation(" org.mockito:mockito-junit-jupiter:5.15.2 " )
83+ testImplementation(" org.mockito:mockito-core:5.18.0 " )
84+ testImplementation(" org.mockito:mockito-junit-jupiter:5.18.0 " )
8585
8686 // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
8787 implementation(" org.apache.commons:commons-lang3:3.17.0" )
0 commit comments