From 4c5435d61756d2f464e150fa12a7e1d35703687e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:09:01 +0000 Subject: [PATCH] chore(deps): bump JDA from 4.2.0_207 to 4.2.0_242 Bumps JDA from 4.2.0_207 to 4.2.0_242. 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..c8b4aee6 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_242') { exclude module: 'opus-java' } implementation 'com.jagrosh:jda-utilities:3.0.4'