From 9aadcd504bbcf870c54a915d87d06dfba5c05110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:04:55 +0000 Subject: [PATCH] Bump org.json:json from 20250107 to 20260522 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20260522. - [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/compare/20250107...20260522) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3ff16bc..45f2274 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.openjfx:javafx-graphics:25") // JSON - implementation("org.json:json:20250107") + implementation("org.json:json:20260522") // Log4J implementation("org.apache.logging.log4j:log4j-core:2.26.0")