From 26f6edfee78a81a0378c21ff3600dad2b37e8661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:04:22 +0100 Subject: [PATCH] Bump json from 20160810 to 20201115 (#42) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20201115. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) 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 ab61039..80cd4e1 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { compile("com.sedmelluq:lavaplayer:1.3.71") // compile 'net.dv8tion:JDA:4.0.0_46' compile 'net.dv8tion:JDA:4.2.0_228' - compile group: 'org.json', name: 'json', version: '20160810' + compile group: 'org.json', name: 'json', version: '20201115' compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...) compile("org.springframework.boot:spring-boot-starter-data-jpa") {