From 9f753eb42e44d3daf1c8f9060cba1e08060981b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:05:23 +0000 Subject: [PATCH] Bump org.json:json from 20260522 to 20260719 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20260522 to 20260719. - [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/20260522...20260719) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260719' 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 825fb6e..f4d39c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.openjfx:javafx-graphics:26.0.1") // === JSON === - implementation("org.json:json:20260522") + implementation("org.json:json:20260719") // === LOG4J === implementation("org.apache.logging.log4j:log4j-core:2.26.0")