Skip to content

Commit b08ccfc

Browse files
fix(deps): update dependency io.cucumber:gherkin-utils to v9.2.0 (#2408)
* fix(deps): update dependency io.cucumber:gherkin-utils to v9.2.0 * Updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
1 parent f5639f1 commit b08ccfc

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1414
## Changed
1515
* Bump default `gson` version to latest `2.11.0` -> `2.13.1`. ([#2414](https://github.com/diffplug/spotless/pull/2414))
1616
* Bump default `jackson` version to latest `2.18.1` -> `2.19.1`. ([#2352](https://github.com/diffplug/spotless/pull/2352))
17+
* Bump default `gherkin-utils` version to latest `9.0.0` -> `9.2.0`. ([#2408](https://github.com/diffplug/spotless/pull/2408))
1718

1819
## [3.2.0] - 2025-07-07
1920
### Added

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
// flexmark
9292
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.8'
9393
// gherkin
94-
gherkinCompileOnly 'io.cucumber:gherkin-utils:9.0.0'
94+
gherkinCompileOnly 'io.cucumber:gherkin-utils:9.2.0'
9595
gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.17'
9696
// googleJavaFormat
9797
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'

lib/src/main/java/com/diffplug/spotless/gherkin/GherkinUtilsStep.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 DiffPlug
2+
* Copyright 2021-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
2828
public class GherkinUtilsStep implements Serializable {
2929
private static final long serialVersionUID = 1L;
3030
private static final String MAVEN_COORDINATE = "io.cucumber:gherkin-utils:";
31-
private static final String DEFAULT_VERSION = "9.0.0";
31+
private static final String DEFAULT_VERSION = "9.2.0";
3232
public static final String NAME = "gherkinUtils";
3333

3434
private final JarState.Promised jarState;

plugin-gradle/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77
## Changed
88
* Bump default `gson` version to latest `2.11.0` -> `2.13.1`. ([#2414](https://github.com/diffplug/spotless/pull/2414))
99
* Bump default `jackson` version to latest `2.18.1` -> `2.19.1`. ([#2352](https://github.com/diffplug/spotless/pull/2352))
10+
* Bump default `gherkin-utils` version to latest `9.0.0` -> `9.2.0`. ([#2408](https://github.com/diffplug/spotless/pull/2408))
1011

1112
## [7.1.0] - 2025-07-07
1213
### Added

plugin-maven/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77
## Changed
88
* Bump default `gson` version to latest `2.11.0` -> `2.13.1`. ([#2414](https://github.com/diffplug/spotless/pull/2414))
99
* Bump default `jackson` version to latest `2.18.1` -> `2.19.1`. ([#2352](https://github.com/diffplug/spotless/pull/2352))
10+
* Bump default `gherkin-utils` version to latest `9.0.0` -> `9.2.0`. ([#2408](https://github.com/diffplug/spotless/pull/2408))
1011

1112
## [2.45.0] - 2025-07-07
1213
### Added

0 commit comments

Comments
 (0)