From 01d3944fb9cac75df38094f30e14d97296222fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:57:05 +0000 Subject: [PATCH] Bump org.json:json from 20240205 to 20240303 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 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 8124d86..c0668d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("org.apache.commons:commons-compress:1.26.0") implementation("org.apache.commons:commons-text:1.11.0") implementation("org.apache.commons:commons-lang3:3.14.0") - implementation("org.json:json:20240205") + implementation("org.json:json:20240303") implementation("org.kohsuke", "github-api", "1.317") testImplementation("junit", "junit", "4.13.2") testImplementation("org.assertj", "assertj-core", "3.24.2")