From a2c1ba7a06d4425ce23d3a219277eb09ea9bedc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:58:48 +0000 Subject: [PATCH] Bump org.json:json from 20231013 to 20240303 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1f830c9..9112bbfe 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation "io.rest-assured:rest-assured:${restAssured}" implementation "io.rest-assured:json-schema-validator:${restAssured}" implementation "io.rest-assured:json-path:${restAssured}" - implementation 'org.json:json:20231013' + implementation 'org.json:json:20240303' implementation 'org.slf4j:slf4j-simple:2.0.12' implementation 'com.konghq:unirest-java:3.14.5' implementation 'com.github.tomakehurst:wiremock:3.0.1'