From 9b389067b5e2a11e75ed093be799255d4eae8a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:24:43 +0000 Subject: [PATCH] build(deps): bump io.rest-assured:rest-assured from 6.0.0 to 6.0.1 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 6.0.0 to 6.0.1. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-6.0.0...rest-assured-6.0.1) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 80c399d68..d5a72759d 100644 --- a/allure-rest-assured/build.gradle.kts +++ b/allure-rest-assured/build.gradle.kts @@ -1,6 +1,6 @@ description = "Allure Rest-Assured Integration" -val restAssuredVersion = "6.0.0" +val restAssuredVersion = "6.0.1" dependencies { api(project(":allure-java-commons"))