From bf4242254ea9b2cccc5bcbcc0021632b7585d590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:35:03 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.6.1 to 6.4.1 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.6.1 to 6.4.1. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.6.1...v6.4.1) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 3c5f13d8..5a8aa42c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ val mariaDBVersion = "3.5.8" val kotlinxSerializationVersion = "1.10.0" val kamlVersion = "0.104.0" -val jdaVersion = "5.6.1" +val jdaVersion = "6.4.1" val jdaKtxVersion = "0.12.0" val secretLabKotlinVersion = "0.4.3" val updaterVersion = "0.1.1"