From a493bf9dc3723af051bb9681d30a31d59cf61f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:07:49 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.5.1 to 5.5.2 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.1 to 5.5.2. - [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.1...rest-assured-5.5.2) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.2 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 1b6f832..8a4a937 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.1' + integrationTestImplementation 'io.rest-assured:rest-assured:5.5.2' integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' }