From dfbeceabc9521d2e29dc181b1694ec289766b5c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:05:21 +0000 Subject: [PATCH] Update dependency io.cucumber:gherkin-utils to v8.0.4 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 6a611252a6..49856d2e0e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -78,7 +78,7 @@ dependencies { // flexmark flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' // gherkin - gherkinCompileOnly 'io.cucumber:gherkin-utils:8.0.2' + gherkinCompileOnly 'io.cucumber:gherkin-utils:8.0.4' gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.0' // googleJavaFormat googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.17.0'