From e879586bcd6a3e78f226f905fc61cadb77ea489f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:17:30 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.21 to 5.2.1 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.21 to 5.2.1. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.21...v5.2.1) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e85213b..6febfbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ shadowJar { } dependencies { - implementation 'net.dv8tion:JDA:5.0.0-beta.21' + implementation 'net.dv8tion:JDA:5.2.1' implementation "com.theokanning.openai-gpt3-java:api:$chatGPTVersion" implementation "com.theokanning.openai-gpt3-java:service:$chatGPTVersion"