From 98367a76505153d58412a587cd37a26ea706c306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 05:43:59 +0000 Subject: [PATCH] Bump JDA from 4.2.0_169 to 4.2.0_170 Bumps JDA from 4.2.0_169 to 4.2.0_170. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b42c1327..802900b6 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies{ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.7.2' api group: 'org.json', name: 'json', version: '20200518' api group: 'org.jetbrains', name: 'annotations', version: '19.0.0' - api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_169'){ + api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_170'){ exclude(module: 'opus-java') } api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'