@@ -39,7 +39,7 @@ repositories {
39
39
}
40
40
41
41
dependencies {
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 '
43
43
implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 5.3.0' ){
44
44
exclude(module : ' opus-java' )
45
45
}
@@ -54,10 +54,10 @@ dependencies {
54
54
implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.60.0'
55
55
implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.60.0'
56
56
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 '
58
58
testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher'
59
59
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 '
61
61
}
62
62
63
63
tasks {
0 commit comments