From b61a5b6fd66a63ce5965cc508c0f983af3d04cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:05:46 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.2.3 to 5.5.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.2.3 to 5.5.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.2.3...v5.5.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 5.5.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..521beee 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.5.0") implementation("io.github.minndevelopment:jda-ktx:9370cb1") //LOGGING