From bf48c0b1b7253673725857187f5cb5f624f1e67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:20:45 +0100 Subject: [PATCH] Bump JDA from 4.2.0_228 to 4.2.0_231 (#54) Bumps JDA from 4.2.0_228 to 4.2.0_231. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0536083..f0772e0 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { compile("com.sedmelluq:lavaplayer:1.3.71") - compile 'net.dv8tion:JDA:4.2.0_228' + compile 'net.dv8tion:JDA:4.2.0_231' compile group: 'org.json', name: 'json', version: '20201115' compile 'org.springframework.security:spring-security-web:5.4.4' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)