From 150aae4ff522fc518f51e7d06f07afb9542e3ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:01:54 +0100 Subject: [PATCH] Bump JDA from 4.2.0_214 to 4.2.0_228 (#45) Bumps JDA from 4.2.0_214 to 4.2.0_228. 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 77dda01..43775bc 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { compile("com.sedmelluq:lavaplayer:1.3.71") // compile 'net.dv8tion:JDA:4.0.0_46' - compile 'net.dv8tion:JDA:4.2.0_214' + compile 'net.dv8tion:JDA:4.2.0_228' compile group: 'org.json', name: 'json', version: '20160810' compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)