From d93991947a79c7d31f6f0e0c96b71c3b92239890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:53:11 +0000 Subject: [PATCH] Bump org.json:json from 20250517 to 20260719 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 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/20250517...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] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index c2206e76..7d7d2da2 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { api("net.bytebuddy:byte-buddy:${byteBuddyVersion}") api("com.google.auto.service:auto-service:$autoservice") - api("org.json:json:20250517") + api("org.json:json:20260719") api("com.google.code.gson:gson:2.14.0") api("com.github.ben-manes.caffeine:caffeine:2.9.3")