From 32d98035d90d21816d9b80197c533e4c80718cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:35:28 +0000 Subject: [PATCH] fix(deps): update dependency io.cucumber:gherkin-utils to v11 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 75e3c017ed..45a2674c34 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -96,7 +96,7 @@ dependencies { // flexmark flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' // gherkin - gherkinCompileOnly 'io.cucumber:gherkin-utils:10.0.0' + gherkinCompileOnly 'io.cucumber:gherkin-utils:11.0.0' gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.17' // googleJavaFormat googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.28.0'