From dc2c8773943b6ea1422c10f7fcef90f7205a0f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:29:24 +0200 Subject: [PATCH] Bump org.json:json from 20231013 to 20240303 (#385) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ebf63207..af922908 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val hikari = "5.1.0" val isdialogmoteSchema = "1.0.5" val jacksonDataType = "2.17.2" val jedis = "5.1.3" -val json = "20231013" +val json = "20240303" val kafka = "3.7.0" val kluent = "1.73" val ktor = "2.3.12"