@@ -39,7 +39,7 @@ repositories {
3939}
4040
4141dependencies {
42- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.23 '
42+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.24 '
4343 implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 6.2.1' ){
4444 exclude(module : ' opus-java' )
4545 }
@@ -54,10 +54,10 @@ 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 : ' 6.0.1 '
58- testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.0.1 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 6.0.2 '
58+ testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.0.2 '
5959 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.21.0'
60- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.0.1 '
60+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.0.2 '
6161}
6262
6363tasks {
0 commit comments