From 7e9394988d83cbd794b7680518468c0f777c0d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:38:18 +0000 Subject: [PATCH] Bump org.json:json from 20230227 to 20250517 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20250517. - [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-version: '20250517' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- prison-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prison-core/build.gradle b/prison-core/build.gradle index 8cb2b28dc..7759e22e5 100644 --- a/prison-core/build.gradle +++ b/prison-core/build.gradle @@ -44,11 +44,11 @@ dependencies { implementation( libs.gson ) - implementation 'org.json:json:20230227' + implementation 'org.json:json:20250517' implementation fileTree(dir: 'lib', include: ['PrivateBin-java-1.1-SNAPSHOT.jar' - , 'json-20230227.jar' + , 'json-20250517.jar' ]) }