@@ -19,17 +19,17 @@ repositories {
1919}
2020
2121dependencies {
22- implementation(" net.dv8tion" , " JDA" , " 5.2.0 " )
22+ implementation(" net.dv8tion" , " JDA" , " 5.2.2 " )
2323 implementation(" pw.chew" , " jda-chewtils" , " 2.0" )
2424 implementation(" org.json" , " json" , " 20240303" )
25- implementation(" ch.qos.logback" , " logback-classic" , " 1.5.6 " )
25+ implementation(" ch.qos.logback" , " logback-classic" , " 1.5.16 " )
2626 implementation(" mysql" , " mysql-connector-java" , " 8.0.33" )
2727 implementation(" org.mapdb" , " mapdb" , " 3.1.0" )
2828 implementation(" org.hibernate" , " hibernate-core" , " 5.6.15.Final" )
29- implementation(" com.github.ben-manes.caffeine" , " caffeine" , " 3.1.8 " )
29+ implementation(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.0 " )
3030
31- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
32- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
31+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
32+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
3333}
3434
3535tasks.getByName<Test >(" test" ) {
0 commit comments