From 0d7273231acb81cbb7179c42724e54154a956023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:18:04 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.5.5 to 5.5.6 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.5 to 5.5.6. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.5...rest-assured-5.5.6) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cbd3b85..14ada82 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.18.0' - integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5' + integrationTestImplementation 'io.rest-assured:rest-assured:5.5.6' integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' integrationTestRuntimeOnly 'org.junit.platform:junit-platform-launcher'