@@ -47,14 +47,14 @@ dependencies {
47
47
implementation group : ' pw.chew' , name : ' jda-chewtils-command' , version : ' 2.1'
48
48
implementation group : ' org.spongepowered' , name : ' configurate-gson' , version : ' 4.1.2'
49
49
50
- implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.1 '
50
+ implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.2 '
51
51
implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.1'
52
52
implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-serialization-json' , version : ' 1.8.0'
53
53
implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 3.5.2'
54
54
implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.59.0'
55
55
implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.59.0'
56
56
57
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.11.4 '
57
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.0 '
58
58
testImplementation group : ' dev.coly' , name : ' JDATesting' , version : ' 0.7.0'
59
59
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15.2'
60
60
}
0 commit comments