From f0b92a68a211a18b67e2914f8eaff34c9a3a8acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:42:02 +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 7621fe8..9ccdf1e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ repositories { dependencies { implementation(libs.jackson) implementation(libs.springWeb) - implementation("org.json:json:20231013") // TODO: Remove when possible + implementation("org.json:json:20240303") // TODO: Remove when possible implementation(libs.commons) implementation(libs.slf4j) implementation(libs.logback)