From 2ea09339b7b66fbf0902c04700089fcea1e82dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 09:34:42 +0200 Subject: [PATCH] Bump JDA from 4.2.1_262 to 4.2.1_264 (#76) Bumps JDA from 4.2.1_262 to 4.2.1_264. 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 846fcd2..d28a10e 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.1_262' + compile 'net.dv8tion:JDA:4.2.1_264' 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...)