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'