From f6913b3f8d17e610f7e24c4bc6924039d805353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 06:23:38 +0000 Subject: [PATCH] build(deps): bump json from 20200518 to 20201115 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot[bot] --- spotbugs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotbugs/build.gradle b/spotbugs/build.gradle index 6dfde0541a0..b6b91790816 100644 --- a/spotbugs/build.gradle +++ b/spotbugs/build.gradle @@ -93,7 +93,7 @@ dependencies { // If they're not repackaged, Ant task will report 'java.lang.ClassNotFoundException: edu.umd.cs.findbugs.annotations.CleanupObligation' api project(':spotbugs-annotations') - api 'org.json:json:20200518' + api 'org.json:json:20201115' testImplementation 'junit:junit:4.13.1' testImplementation 'org.apache.ant:ant:1.10.9' testImplementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.0'