@@ -40,7 +40,7 @@ repositories {
4040
4141dependencies {
4242 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.18'
43- implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 5.5.1 ' ){
43+ implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 5.6.0 ' ){
4444 exclude(module : ' opus-java' )
4545 }
4646 implementation group : ' pw.chew' , name : ' jda-chewtils-commons' , version : ' 2.1'
@@ -54,7 +54,7 @@ dependencies {
5454 implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.61.0'
5555 implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.61.0'
5656
57- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.13.0 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.13.1 '
5858 testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher'
5959 testImplementation group : ' dev.coly' , name : ' JDATesting' , version : ' 0.7.0'
6060 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.18.0'
0 commit comments