From 23ca0b9176e4eea0728e08dd02876d7c99805dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:37:02 +0000 Subject: [PATCH] Update dependency de.chojo:cjda-util to v2.14.3+jda-6.3.0 --- bot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index e8784bb..ece6ee4 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(project(":plugin-api")) // discord - implementation("de.chojo", "cjda-util", "2.14.2+jda-6.3.0") { + implementation("de.chojo", "cjda-util", "2.14.3+jda-6.3.0") { exclude(module = "opus-java") } implementation(libs.javalin.bundle)