1919plugins {
2020 id " java"
2121 id " application"
22- id " com.gradleup.shadow" version " 9.4.1 "
22+ id " com.gradleup.shadow" version " 9.4.2 "
2323 id " jacoco"
2424}
2525
@@ -39,25 +39,25 @@ repositories {
3939}
4040
4141dependencies {
42- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.32 '
43- implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 6.4.1 ' ){
42+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.34 '
43+ implementation(group : ' net.dv8tion' , name : ' JDA' , version :' 6.4.2 ' ){
4444 exclude(module : ' opus-java' )
4545 }
4646 implementation group : ' pw.chew' , name : ' jda-chewtils-commons' , version : ' 2.2.1'
4747 implementation group : ' pw.chew' , name : ' jda-chewtils-command' , version : ' 2.2.1'
4848 implementation group : ' org.spongepowered' , name : ' configurate-gson' , version : ' 4.2.0'
4949
5050 implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.3'
51- implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.2 '
51+ implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.11.0 '
5252 implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-serialization-json' , version : ' 1.11.0'
5353 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
57- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 6.0.3 '
58- testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.0.3 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 6.1.0 '
58+ testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.1.0 '
5959 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.23.0'
60- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.0.3 '
60+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.1.0 '
6161}
6262
6363tasks {
0 commit comments