From 7086ace7592b2e27cddd1359c8ed72845a643bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:34:16 +0000 Subject: [PATCH] Bump the java-bundles group with 2 updates Bumps the java-bundles group with 2 updates: [org.json:json](https://github.com/douglascrockford/JSON-java) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.json:json` from 20251224 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/20251224...20260522) Updates `org.junit.platform:junit-platform-launcher` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' dependency-type: direct:production update-type: version-update:semver-major dependency-group: java-bundles - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-bundles ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 41e41e2..27e4155 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ [versions] org-apache-commons-commons-lang3 = "3.20.0" -org-json-json = "20251224" +org-json-json = "20260522" org-junit-jupiter-junit-jupiter = "6.1.0" org-junit-jupiter-junit-jupiter-api = "6.1.0" org-junit-jupiter-junit-jupiter-engine = "6.1.0" -org-junit-platform-junit-platform-launcher = "6.0.3" +org-junit-platform-junit-platform-launcher = "6.1.0" org-purejava-tweetnacl-java = "1.1.3" org-slf4j-slf4j-api = "2.0.18" org-slf4j-slf4j-simple = "2.0.18"