From c1186afa6126bb81cf045c7f3161002611948a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 21:03:26 +0000 Subject: [PATCH] chore(deps): bump JDA from 4.2.0_207 to 4.2.0_241 Bumps JDA from 4.2.0_207 to 4.2.0_241. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcca38f6..d676400e 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ repositories { } dependencies { - implementation ('net.dv8tion:JDA:4.2.0_207') { + implementation ('net.dv8tion:JDA:4.2.0_241') { exclude module: 'opus-java' } implementation 'com.jagrosh:jda-utilities:3.0.4'