From 0bc069d770335ed3fdc66ed36f3f40f45eee31c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:42:37 +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 d3bafc1..311c741 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { } // https://mvnrepository.com/artifact/org.json/json - implementation group: 'org.json', name: 'json', version: '20240303' + implementation group: 'org.json', name: 'json', version: '20250107' // https://mvnrepository.com/artifact/org.springframework/spring-test implementation group: 'org.springframework', name: 'spring-test', version: '6.2.1'