From ad3da5ca37db1775e758075cd76cd0df264ca0d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:57:42 +0000 Subject: [PATCH] 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 98a511a381..c5f5a001ed 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -91,7 +91,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'