From 7d645527842fa231d35a0d30c85c9ce932b86a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:47:28 +0000 Subject: [PATCH] build(deps): bump net.dv8tion:JDA from 6.3.2 to 6.4.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 6.3.2 to 6.4.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v6.3.2...v6.4.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.4.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 0f58cd9..a8d5a18 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ tasks.named('bootJar') { dependencies { implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.jetbrains.kotlin:kotlin-reflect' - implementation group: 'net.dv8tion', name: 'JDA', version: '6.3.2' + implementation group: 'net.dv8tion', name: 'JDA', version: '6.4.0' implementation 'org.springframework.boot:spring-boot-starter-data-redis' testImplementation 'org.springframework.boot:spring-boot-starter-test'