From dfb5686562c1807749dba788793a53591d8979d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:13:21 +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[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0a16f9..3784e30 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.0' implementation 'org.jsoup:jsoup:1.13.1' implementation 'org.apache.commons:commons-text:1.9' - implementation 'org.json:json:20201115' + implementation 'org.json:json:20210307' implementation 'org.apache.httpcomponents:httpclient:4.5.13' implementation 'org.apache.httpcomponents:httpcore:4.4.14' implementation 'org.xerial:sqlite-jdbc:3.34.0'