From b0d36345c74077093f468a0917ce1a0fed1517a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 06:14:22 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 6.6.0 to 6.7.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 6.6.0 to 6.7.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v6.6.0...v6.7.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93783b8..25c1376 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ repositories { } dependencies { - implementation 'net.dv8tion:JDA:6.6.0' + implementation 'net.dv8tion:JDA:6.7.0' implementation 'club.minnced:jdave-api:0.1.8' runtimeOnly 'club.minnced:jdave-native-linux-x86-64:0.1.8' runtimeOnly 'club.minnced:jdave-native-linux-aarch64:0.1.8'