From 855627a67a121c2b18182c7a439568083027bdb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:00:57 +0000 Subject: [PATCH] Bump org.json:json from 20240303 to 20250107 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250107. - [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 6920c47f..704e2d05 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ configurations { dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'com.google.code.gson:gson:2.11.0' - implementation 'org.json:json:20240303' + implementation 'org.json:json:20250107' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'