From e1d2d7b6ddc290e9d7356b63b22460e394b56466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:19:53 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.2.3 to 5.3.2 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.2.3 to 5.3.2. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.2.3...v5.3.2) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 5.3.2 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..77dcdb2 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.3.2") implementation("io.github.minndevelopment:jda-ktx:9370cb1") //LOGGING