From 7df663b5253f92b71565968106241defd12e07b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:14:26 +0000 Subject: [PATCH] Update dependency de.chojo:cjda-util to v2.14.0+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 6dd70dd..317ba80 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.13.1+jda-6.3.0") { + implementation("de.chojo", "cjda-util", "2.14.0+jda-6.3.0") { exclude(module = "opus-java") } implementation(libs.javalin.bundle)