From d5945dc2e10c14ea78d893a381ebbf093ecfef82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:54:33 +0000 Subject: [PATCH] Bump org.json:json from 20231013 to 20240303 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240303. - [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-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 519782a..9c93278 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ repositories { dependencies { implementation("com.beust:klaxon:5.6") implementation("com.google.code.gson:gson:2.10.1") - implementation("org.json:json:20231013") + implementation("org.json:json:20240303") implementation("commons-io:commons-io:2.11.0") implementation("io.github.java-diff-utils:java-diff-utils:4.12") implementation("org.slf4j:slf4j-api:2.0.16")