From a506878f85a883f738653ed67bd28ed2ab573d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:12:11 +0000 Subject: [PATCH] Bump rest-assured from 4.3.1 to 4.3.3 Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.3.1 to 4.3.3. - [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.1...rest-assured-4.3.3) 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 c82fa8dc6..6634616ac 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.1" +val restAssuredVersion = "4.3.3" dependencies { agent("org.aspectj:aspectjweaver")