From d8f9d3157218295a7dd039e5b8a6dbdaaef8da9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:43:06 +0000 Subject: [PATCH] Bump org.json:json from 20190722 to 20220924 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20220924. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b776df2..982a4af 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ dependencies { testCompile 'junit:junit:4.13.2' // Check-against libraries - testCompile 'org.json:json:20190722' + testCompile 'org.json:json:20220924' testCompile 'com.typesafe:config:1.4.0' testRuntime 'org.apache.logging.log4j:log4j-api:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.17.0'