From 4b410099b91da48f1b3de03f078e6c586f833fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:46:14 +0000 Subject: [PATCH] Bump JDA from 4.2.0_207 to 4.2.0_208 Bumps JDA from 4.2.0_207 to 4.2.0_208. 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 1d846de1..7165398c 100644 --- a/jda/build.gradle +++ b/jda/build.gradle @@ -1,5 +1,5 @@ dependencies { - api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_207'){ + api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_208'){ exclude(module: 'opus-java') } implementation project(":core")