@@ -40,7 +40,7 @@ repositories {
4040
4141dependencies {
4242 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.32'
43- implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 6.4.0 ' ){
43+ implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 6.4.1 ' ){
4444 exclude(module : ' opus-java' )
4545 }
4646 implementation group : ' pw.chew' , name : ' jda-chewtils-commons' , version : ' 2.2.1'
@@ -50,7 +50,7 @@ dependencies {
5050 implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.3'
5151 implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.2'
5252 implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-serialization-json' , version : ' 1.10.0'
53- implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 3.5.7 '
53+ implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 3.5.8 '
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
0 commit comments