From 4be933dc7b6e2fc9df54ab32d5604ff78dc9ac15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:14:33 +0000 Subject: [PATCH] build(deps): bump net.dv8tion:JDA from 6.4.1 to 6.4.2 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30f8e4d..84483fc 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.4.1' + implementation group: 'net.dv8tion', name: 'JDA', version: '6.4.2' implementation 'org.springframework.boot:spring-boot-starter-data-redis' testImplementation 'org.springframework.boot:spring-boot-starter-test'