From 4ac8060154e0aeeffae08d59b36bb0e90836d02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:32:02 +0000 Subject: [PATCH] Bump io.rest-assured:json-path from 5.3.1 to 5.3.2 Bumps [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/commits) --- updated-dependencies: - dependency-name: io.rest-assured:json-path dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f99334e1..22a25e5b 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation 'com.github.javafaker:javafaker:1.0.2' implementation 'io.rest-assured:rest-assured:5.3.1' implementation 'io.rest-assured:json-schema-validator:5.3.2' - implementation 'io.rest-assured:json-path:5.3.1' + implementation 'io.rest-assured:json-path:5.3.2' implementation 'com.atlassian.oai:swagger-request-validator-restassured:2.36.0' implementation 'com.atlassian.oai:swagger-request-validator-pact:2.37.0' implementation 'org.json:json:20230618'