From ebf952849fd42f25abcb3845dd4fde20eed682b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:07:47 +0000 Subject: [PATCH] Bump rest-assured from 2.4.1 to 2.9.0 in /qa-tests-backend Bumps [rest-assured](https://github.com/jayway/rest-assured) from 2.4.1 to 2.9.0. - [Release notes](https://github.com/jayway/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/jayway/rest-assured/compare/rest-assured-2.4.1...rest-assured-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.restassured:rest-assured dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- qa-tests-backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa-tests-backend/build.gradle b/qa-tests-backend/build.gradle index 5b9196ac60602..4dc2762223889 100644 --- a/qa-tests-backend/build.gradle +++ b/qa-tests-backend/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy-all:2.4.18' testImplementation group: 'junit', name: 'junit', version: '4.11' testImplementation group: 'org.yaml', name: 'snakeyaml', version: '1.29' - implementation group: 'com.jayway.restassured', name: 'rest-assured', version: '2.4.1' + implementation group: 'com.jayway.restassured', name: 'rest-assured', version: '2.9.0' testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.6' testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.6.1' testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.5.3'