From e7e74b8593e8f09579e63a1b9400d4e3a82b9018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:56:20 +0000 Subject: [PATCH] Bump org.json:json from 20240303 to 20250517 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250517. - [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/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20250517' 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 5201bd9..b71d8aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.1") // JSON packages (required for detector info) - implementation("org.json:json:20240303") + implementation("org.json:json:20250517") implementation("com.vladsch.flexmark:flexmark-all:0.64.8")