From 4bd66bcf19916950e287db38cfe0e476cb71d152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 23:01:02 +0000 Subject: [PATCH] Bump swagger-request-validator-pact from 2.31.1 to 2.32.0 Bumps [swagger-request-validator-pact](https://bitbucket.org/atlassian/swagger-request-validator) from 2.31.1 to 2.32.0. - [Changelog](https://bitbucket.org/atlassian/swagger-request-validator/src/master/RELEASE-NOTES.md) - [Commits](https://bitbucket.org/atlassian/swagger-request-validator/branches/compare/swagger-request-validator-2.32.0..swagger-request-validator-2.31.1) --- updated-dependencies: - dependency-name: com.atlassian.oai:swagger-request-validator-pact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bcea39a..4980c1f4 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { implementation 'io.rest-assured:json-schema-validator:5.3.0' implementation 'io.rest-assured:json-path:5.3.0' implementation 'com.atlassian.oai:swagger-request-validator-restassured:2.31.1' - implementation 'com.atlassian.oai:swagger-request-validator-pact:2.31.1' + implementation 'com.atlassian.oai:swagger-request-validator-pact:2.32.0' implementation 'org.json:json:20220924' implementation 'com.konghq:unirest-java:3.14.1' implementation 'net.lightbody.bmp:browsermob-core:2.1.5'