From eb1712185ffd18acb79ea6ceb5ea3a89657b4017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 05:36:13 +0000 Subject: [PATCH] Bump JDA from 4.2.0_211 to 4.2.0_212 Bumps JDA from 4.2.0_211 to 4.2.0_212. Signed-off-by: dependabot[bot] --- jda/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jda/build.gradle b/jda/build.gradle index 93b116c3..9377bfb8 100644 --- a/jda/build.gradle +++ b/jda/build.gradle @@ -1,5 +1,5 @@ dependencies { - api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_211'){ + api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_212'){ exclude(module: 'opus-java') } implementation project(":core")