From f36df4e0f39561a2970658244bdd5dc7f0e66801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 07:33:05 +0000 Subject: [PATCH] Bump rest-assured from 4.3.3 to 4.4.0 Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.3.3 to 4.4.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.3...rest-assured-4.4.0) Signed-off-by: dependabot[bot] --- allure-rest-assured/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allure-rest-assured/build.gradle.kts b/allure-rest-assured/build.gradle.kts index 6634616ac..70620242a 100644 --- a/allure-rest-assured/build.gradle.kts +++ b/allure-rest-assured/build.gradle.kts @@ -2,7 +2,7 @@ description = "Allure Rest-Assured Integration" val agent: Configuration by configurations.creating -val restAssuredVersion = "4.3.3" +val restAssuredVersion = "4.4.0" dependencies { agent("org.aspectj:aspectjweaver")