From bea690d544e325b3036765f843655642437118d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:59:49 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.6.1 to 6.0.0-preview Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.6.1 to 6.0.0-preview. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/commits) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.0.0-preview 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 7d950003..e7dba5ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ val mariaDBVersion = "3.5.4" val kotlinxSerializationVersion = "1.9.0" val kamlVersion = "0.85.0" -val jdaVersion = "5.6.1" +val jdaVersion = "6.0.0-preview" val jdaKtxVersion = "0.12.0" val secretLabKotlinVersion = "0.4.3" val logbackVersion = "1.5.18"