diff --git a/build.gradle.kts b/build.gradle.kts index 2d0f480..f6ed637 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { api("com.google.code.gson:gson:2.11.0") api("org.slf4j:slf4j-nop:2.0.13") api("org.slf4j:slf4j-api:2.0.13") - api("me.scarsz.jdaappender:jda5:1.2.0") + api("me.scarsz.jdaappender:jda5:1.2.1") testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-core:2.2") }