From 282c163baa18e1dc7275a5b1924cb895b8ab86a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:24:59 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured in /plugins/gradle/example-client Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.3.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/commits/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-minor ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index e3393ce3..0649e585 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -33,7 +33,7 @@ dependencies { compileOnly "org.projectlombok:lombok:1.18.30" annotationProcessor "org.projectlombok:lombok:1.18.30" - testImplementation "io.rest-assured:rest-assured:5.3.2" + testImplementation "io.rest-assured:rest-assured:5.5.5" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" }