From 843eae472e2f9bf9daba28b7173969471eda34dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:05:34 +0000 Subject: [PATCH] Bump org.json:json from 20241224 to 20250107 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20241224 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 ad063e37..306845d7 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ project(":client") { dependencies { implementation project(":common") - implementation 'org.json:json:20241224' + implementation 'org.json:json:20250107' implementation 'com.konghq:unirest-java:3.14.5' implementation 'com.badlogicgames.gdx:gdx:1.13.0' implementation 'com.badlogicgames.gdx:gdx-box2d:1.13.0'