From 90260b1b404c7c5dfac6f5c99c86f10abef49f17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 05:50:07 +0000 Subject: [PATCH] Update dependency io.rest-assured:rest-assured to v5.5.6 --- jvm/example-junit5/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/example-junit5/build.gradle b/jvm/example-junit5/build.gradle index 2f63a9d8..ed5aa69b 100644 --- a/jvm/example-junit5/build.gradle +++ b/jvm/example-junit5/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation 'io.jooby:jooby-test:3.2.3' testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE" testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'io.rest-assured:rest-assured:5.5.0' + testImplementation 'io.rest-assured:rest-assured:5.5.6' testImplementation 'org.assertj:assertj-core:3.27.3' testImplementation project(':selfie-runner-junit5') testImplementation 'org.jsoup:jsoup:1.17.2'