From b411f82bfa9279772d2547c0281fa6d70209f225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:45:04 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20250517 to 20260814 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20260814. - [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...20260814) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260814' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app-java/build.gradle | 2 +- app-javafx/build.gradle | 2 +- sdk-java-ui/build.gradle | 2 +- sdk-java/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-java/build.gradle b/app-java/build.gradle index 7b39c889..1de384ce 100644 --- a/app-java/build.gradle +++ b/app-java/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.json:json:20250517' + implementation 'org.json:json:20260814' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(path: ':sdk-java') diff --git a/app-javafx/build.gradle b/app-javafx/build.gradle index fe048f2d..c6613abf 100644 --- a/app-javafx/build.gradle +++ b/app-javafx/build.gradle @@ -26,7 +26,7 @@ dependencies { // org.json is used by the demo for pretty-printing widget data; the // SDK also uses it internally (and exposes JSONObject in its API). - implementation 'org.json:json:20250517' + implementation 'org.json:json:20260814' } application { diff --git a/sdk-java-ui/build.gradle b/sdk-java-ui/build.gradle index 5d0a2ad9..aefc2531 100644 --- a/sdk-java-ui/build.gradle +++ b/sdk-java-ui/build.gradle @@ -62,7 +62,7 @@ dependencies { // appear in this package's public signatures. api project(':sdk-java') - implementation 'org.json:json:20250517' + implementation 'org.json:json:20260814' testImplementation 'junit:junit:4.13.1' testImplementation 'org.mockito:mockito-core:4.11.0' diff --git a/sdk-java/build.gradle b/sdk-java/build.gradle index 365bf075..ef29eec2 100644 --- a/sdk-java/build.gradle +++ b/sdk-java/build.gradle @@ -11,7 +11,7 @@ java { } dependencies { - implementation 'org.json:json:20250517' + implementation 'org.json:json:20260814' implementation 'com.google.code.findbugs:jsr305:3.0.2' testImplementation 'junit:junit:4.13.1'