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 (
14
14
## Changed
15
15
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
16
16
* 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 ) )
17
18
18
19
## [ 3.2.0] - 2025-07-07
19
20
### Added
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
91
91
// flexmark
92
92
flexmarkCompileOnly ' com.vladsch.flexmark:flexmark-all:0.64.8'
93
93
// gherkin
94
- gherkinCompileOnly ' io.cucumber:gherkin-utils:9.0 .0'
94
+ gherkinCompileOnly ' io.cucumber:gherkin-utils:9.2 .0'
95
95
gherkinCompileOnly ' org.slf4j:slf4j-api:2.0.17'
96
96
// googleJavaFormat
97
97
googleJavaFormatCompileOnly ' com.google.googlejavaformat:google-java-format:1.24.0'
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2021-2024 DiffPlug
2
+ * Copyright 2021-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
28
28
public class GherkinUtilsStep implements Serializable {
29
29
private static final long serialVersionUID = 1L ;
30
30
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" ;
32
32
public static final String NAME = "gherkinUtils" ;
33
33
34
34
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 (
7
7
## Changed
8
8
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
9
* 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 ) )
10
11
11
12
## [ 7.1.0] - 2025-07-07
12
13
### 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 (
7
7
## Changed
8
8
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
9
* 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 ) )
10
11
11
12
## [ 2.45.0] - 2025-07-07
12
13
### Added
You can’t perform that action at this time.
0 commit comments