From 1b0f169d9308a573e7a7b2a6885521f5ef481dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:09:37 +0200 Subject: [PATCH] Bump JDA from 4.2.0_247 to 4.2.1_262 (#73) Bumps JDA from 4.2.0_247 to 4.2.1_262. 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 dda9b46..846fcd2 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'com.sedmelluq:lavaplayer:1.3.76' - compile 'net.dv8tion:JDA:4.2.0_247' + compile 'net.dv8tion:JDA:4.2.1_262' compile group: 'org.json', name: 'json', version: '20210307' compile 'org.springframework.security:spring-security-web:5.4.6' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)