File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
src/main/java/com/diffplug/spotless/gherkin Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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.
2828public 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 ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments