From 497a3a5e14222daf77a27aa9077fa6ddec75f5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 04:06:45 +0000 Subject: [PATCH] Bump json from 20220320 to 20220924 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20220924. - [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..03d2dbd 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:20220924" implementation "com.google.guava:guava:31.1-jre" implementation "io.vavr:vavr:0.10.4" testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"