@@ -39,7 +39,7 @@ repositories {
3939}
4040
4141dependencies {
42- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.17 '
42+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.18 '
4343 implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 5.3.0' ){
4444 exclude(module : ' opus-java' )
4545 }
@@ -54,10 +54,10 @@ dependencies {
5454 implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.60.0'
5555 implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.60.0'
5656
57- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.0 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.1 '
5858 testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher'
5959 testImplementation group : ' dev.coly' , name : ' JDATesting' , version : ' 0.7.0'
60- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.16.0 '
60+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.16.1 '
6161}
6262
6363tasks {
0 commit comments