From 7ed89f2b305e07ba991b6cf06065090fb5bb2f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:26:42 +0000 Subject: [PATCH] Bump io.rest-assured dependency set from 4.3.0 to 5.3.0 Bumps `io.rest-assured` dependency set from 4.3.0 to 5.3.0. Updates `io.rest-assured:json-path` from 4.3.0 to 5.3.0 - [Release notes](https://github.com/rest-assured/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-4.3.0...rest-assured-5.3.0) Updates `io.rest-assured:xml-path` from 4.3.0 to 5.3.0 - [Release notes](https://github.com/rest-assured/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-4.3.0...rest-assured-5.3.0) --- updated-dependencies: - dependency-name: io.rest-assured:json-path dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.rest-assured:xml-path 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 c26708c..64d5c00 100644 --- a/build.gradle +++ b/build.gradle @@ -236,7 +236,7 @@ dependencyManagement { entry 'commons-beanutils' } - dependencySet(group: 'io.rest-assured', version: '4.3.0') { + dependencySet(group: 'io.rest-assured', version: '5.3.0') { entry 'json-path' entry 'xml-path' }