From d29b6b8d444619cc3702587ff1d5e02a6b348c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:33:18 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20240303 to 20241224 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20241224. - [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 2ec6164..4791a41 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { exclude group: 'org.slf4j' exclude group: 'com.fasterxml.jackson.core' } - api group: 'org.json', name: 'json', version: '20240303' + api group: 'org.json', name: 'json', version: '20241224' }