@@ -39,24 +39,24 @@ repositories {
3939}
4040
4141dependencies {
42- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.16 '
42+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.17 '
4343 implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 5.3.0' ){
4444 exclude(module : ' opus-java' )
4545 }
4646 implementation group : ' pw.chew' , name : ' jda-chewtils-commons' , version : ' 2.1'
4747 implementation group : ' pw.chew' , name : ' jda-chewtils-command' , version : ' 2.1'
48- implementation group : ' org.spongepowered' , name : ' configurate-gson' , version : ' 4.1.2 '
48+ implementation group : ' org.spongepowered' , name : ' configurate-gson' , version : ' 4.2.0 '
4949
5050 implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.2'
5151 implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.1'
5252 implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-serialization-json' , version : ' 1.8.0'
5353 implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 3.5.2'
54- implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.59 .0'
55- implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.59 .0'
54+ implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.60 .0'
55+ 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.11.4 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.0 '
5858 testImplementation group : ' dev.coly' , name : ' JDATesting' , version : ' 0.7.0'
59- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15.2 '
59+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.16.0 '
6060}
6161
6262tasks {
0 commit comments