From 2b8e25bbf8e05b6b893fe3109b7c74a7be91b7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:02:35 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 6.4.2 to 6.5.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 6.4.2 to 6.5.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v6.4.2...v6.5.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a40cf1f..1275f1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation("net.dv8tion:JDA:6.4.2") { + implementation("net.dv8tion:JDA:6.5.0") { exclude(module="opus-java") exclude(module="tink") }