From 4454c8c95329a906a145ee60deea1e132ce10007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:58:36 +0000 Subject: [PATCH] Bump org.json:json from 20210307 to 20230227 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20230227. - [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 c5f8593..0beb550 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlinxSerialization") implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:$kotlinxSerialization") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinxSerialization") - implementation("org.json:json:20210307") // XML + implementation("org.json:json:20230227") // XML implementation("ch.qos.logback:logback-classic:$logbackVersion")