From 0d2a793f666cbffc9ac7eaea85ce0c1f5705c632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:47:35 +0000 Subject: [PATCH] build(deps): bump net.dv8tion:JDA from 5.0.0-beta.13 to 5.0.0-beta.17 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.13 to 5.0.0-beta.17. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.13...v5.0.0-beta.17) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... 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 2787cad..6879f4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation "com.deepl.api:deepl-java:1.3.0" implementation 'com.vdurmont:emoji-java:5.1.1' implementation 'it.sauronsoftware.cron4j:cron4j:2.2.5' - implementation "net.dv8tion:JDA:5.0.0-beta.13" + implementation "net.dv8tion:JDA:5.0.0-beta.17" implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'org.ocpsoft.prettytime:prettytime:5.0.7.Final' }