From b34f5b44d79d8e11ead05a7b854bbcb02a1503e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 21:35:07 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.5.2 to 5.5.5 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.2 to 5.5.5. - [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.2...rest-assured-5.5.5) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.5 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 8a4a937..785c942 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' testImplementation 'org.mockito:mockito-core:5.17.0' - integrationTestImplementation 'io.rest-assured:rest-assured:5.5.2' + integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5' integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' }