From 6e4a3fb06b012c34197bcf3be61211b4e90e4f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:41:42 +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'