From f4b6ef20b4fb6ef9bda73a31bac43a3c554afc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 10:56:16 +0200 Subject: [PATCH] Bump JDA from 4.2.1_264 to 4.2.1_266 (#80) Bumps JDA from 4.2.1_264 to 4.2.1_266. 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 4c7fdbe..5b6f604 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'com.sedmelluq:lavaplayer:1.3.77' - compile 'net.dv8tion:JDA:4.2.1_264' + compile 'net.dv8tion:JDA:4.2.1_266' compile group: 'org.json', name: 'json', version: '20210307' compile 'org.springframework.security:spring-security-web:5.5.0' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)