From 25c704167dfd51815022b6215a936794a201bbd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 04:57:35 +0000 Subject: [PATCH] Bump org.json:json from 20220320 to 20230227 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220320 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46cc4ae..f8a759f 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "ch.qos.logback:logback-classic:1.2.11" implementation "org.springframework.cloud:spring-cloud-gcp-starter-logging:1.2.8.RELEASE" implementation "org.codehaus.janino:janino:3.1.7" - implementation "org.json:json:20220320" + implementation "org.json:json:20230227" implementation "com.google.guava:guava:31.1-jre" implementation "io.vavr:vavr:0.10.4" testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"