From a5ea105dccce60d634bca276d9df63ea734bce92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:37:48 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.5.1 to 5.6.1 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.5.1...v5.6.1) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 4febda4793..519ec57319 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation project(':utils') implementation project(':formatter') - implementation 'net.dv8tion:JDA:5.5.1' + implementation 'net.dv8tion:JDA:5.6.1' implementation 'org.apache.logging.log4j:log4j-core:2.25.0' runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0'