From c5de843a1d6fe4b99f89a38ca2fabf52a3cfb195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:47:12 +0000 Subject: [PATCH] build(deps): bump net.dv8tion:JDA from 5.0.0-beta.21 to 5.0.0-beta.24 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.21 to 5.0.0-beta.24. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.21...v5.0.0-beta.24) --- 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 7671cb3..5d94b3e 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/net.dv8tion/JDA - implementation 'net.dv8tion:JDA:5.0.0-beta.21' + implementation 'net.dv8tion:JDA:5.0.0-beta.24' // https://mvnrepository.com/artifact/io.github.cdimascio/java-dotenv implementation 'io.github.cdimascio:java-dotenv:5.3.1'