From a6169380a4f67444692098d82701d0bd69cf588b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 04:22:13 +0000 Subject: [PATCH] fix(deps): update dependency io.cucumber:gherkin-utils to v9.2.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index fcf59cd414..740413980e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -90,7 +90,7 @@ dependencies { // flexmark flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' // gherkin - gherkinCompileOnly 'io.cucumber:gherkin-utils:9.0.0' + gherkinCompileOnly 'io.cucumber:gherkin-utils:9.2.0' gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.17' // googleJavaFormat googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'