From f69b31edc23be1cd83e84e696dababccf5629526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 20:02:22 +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 a97a21818..5a4ce6cb4 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.17.0" implementation "org.slf4j:slf4j-api:2.0.16" implementation "org.slf4j:slf4j-jdk14:2.0.16" - implementation "org.json:json:20240303" + implementation "org.json:json:20250107" implementation "com.googlecode.java-diff-utils:diffutils:1.3.0" implementation "org.apache.commons:commons-text:1.13.0" implementation "org.openjdk.nashorn:nashorn-core:15.6"