From e407ad5f5feb779fc4c088d821e0e3e6cc764350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:26:21 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.1.0 to 5.1.2 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9affeec..b0a588e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { mainClassName = 'FTC_Dis_Bot.java' version '1.0' -def jdaVersion = '5.1.0' +def jdaVersion = '5.1.2' group 'org.example' version '1.0-SNAPSHOT'