File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
lib/src/main/java/com/diffplug/spotless/gherkin Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1313### Added
1414- Add the ability to specify a wildcard version (` * ` ) for external formatter executables. ([ #2757 ] ( https://github.com/diffplug/spotless/issues/2757 ) )
1515### Changes
16- - Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
16+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
17+ * Bump default ` gherkin-utils ` version to latest ` 9.2.0 ` -> ` 10.0.0 ` . ([ #2619 ] ( https://github.com/diffplug/spotless/pull/2619 ) )
1718
1819## [ 4.1.0] - 2025-11-18
1920### Changes
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public final class GherkinUtilsStep implements Serializable {
3030 @ Serial
3131 private static final long serialVersionUID = 1L ;
3232 private static final String MAVEN_COORDINATE = "io.cucumber:gherkin-utils:" ;
33- private static final String DEFAULT_VERSION = "9.2 .0" ;
33+ private static final String DEFAULT_VERSION = "10.0 .0" ;
3434 public static final String NAME = "gherkinUtils" ;
3535
3636 private final JarState .Promised jarState ;
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
66### Added
77- Add the ability to specify a wildcard version (` * ` ) for external formatter executables. ([ #2757 ] ( https://github.com/diffplug/spotless/issues/2757 ) )
88### Changes
9- - Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
9+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
10+ * Bump default ` gherkin-utils ` version to latest ` 9.2.0 ` -> ` 10.0.0 ` . ([ #2619 ] ( https://github.com/diffplug/spotless/pull/2619 ) )
1011
1112## [ 8.1.0] - 2025-11-18
1213### Changes
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
66### Added
77- Add the ability to specify a wildcard version (` * ` ) for external formatter executables. ([ #2757 ] ( https://github.com/diffplug/spotless/issues/2757 ) )
88### Changes
9- - Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
9+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
10+ * Bump default ` gherkin-utils ` version to latest ` 9.2.0 ` -> ` 10.0.0 ` . ([ #2619 ] ( https://github.com/diffplug/spotless/pull/2619 ) )
1011
1112## [ 3.1.0] - 2025-11-18
1213### Changes
You can’t perform that action at this time.
0 commit comments