From f7e5c27911d8a758e9f7607097179292960c2920 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:44:30 +0000 Subject: [PATCH] Bump json from 20201115 to 20210307 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 557d6ab..4194b2a 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'com.sparkjava:spark-core:2.9.3' implementation 'ch.qos.logback:logback-classic:1.2.3' implementation ('com.github.adamint:patreon-java:417322b') { exclude group: 'org.slf4j' } - implementation group: 'org.json', name: 'json', version: '20201115' + implementation group: 'org.json', name: 'json', version: '20210307' implementation group: 'commons-io', name: 'commons-io', version: '2.8.0' implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'