From 68f9b0d030dd799f6621b35a5b740e9ca9da07f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:48:49 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.2.3 to 5.4.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.2.3 to 5.4.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.2.3...v5.4.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ddc4a3..31f4cb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { //JDA, KTX, COROUTINES implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") - implementation("net.dv8tion:JDA:5.2.3") + implementation("net.dv8tion:JDA:5.4.0") implementation("io.github.minndevelopment:jda-ktx:9370cb1") //LOGGING