From 6d3cdceec4f884911d5bc97e6c4ea1c8bdf94e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:18:49 +0000 Subject: [PATCH] Bump org.json:json from 20211205 to 20230227 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20230227. - [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 6a70634..b2abac1 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation "com.github.Oblarg:Oblog:5.1.0" - implementation 'org.json:json:20211205' + implementation 'org.json:json:20230227' }