From 47a14a649b431cd1eaeab8cf471e9303145fbed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:49:18 +0000 Subject: [PATCH] Update dependency io.cucumber:cucumber-core to v7.34.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 41f947dc..0f42d417 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-jvm-deps:1.0.6' - testImplementation 'io.cucumber:cucumber-core:7.20.1' + testImplementation 'io.cucumber:cucumber-core:7.34.3' testImplementation 'io.cucumber:cucumber-java:7.20.1' implementation 'org.hamcrest:hamcrest-core:2.2' @@ -88,7 +88,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-picocontainer:7.20.1' - testImplementation 'io.cucumber:cucumber-core:7.20.1' + testImplementation 'io.cucumber:cucumber-core:7.34.3' testImplementation 'io.cucumber:cucumber-java:7.20.1' testImplementation 'io.cucumber:cucumber-jvm-deps:1.0.6' testImplementation 'io.cucumber:cucumber-junit:7.20.1'