File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/diffplug/spotless/json Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
15
15
16
16
## Changed
17
17
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
18
- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
18
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
19
19
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
20
20
* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
21
21
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
98
98
// gson
99
99
gsonCompileOnly ' com.google.code.gson:gson:2.13.1'
100
100
// jackson
101
- String VER_JACKSON = ' 2.19.1 '
101
+ String VER_JACKSON = ' 2.19.2 '
102
102
jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
103
103
jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
104
104
// ktfmt
Original file line number Diff line number Diff line change 32
32
public class JacksonJsonStep implements Serializable {
33
33
private static final long serialVersionUID = 1L ;
34
34
private static final String MAVEN_COORDINATE = "com.fasterxml.jackson.core:jackson-databind:" ;
35
- private static final String DEFAULT_VERSION = "2.19.1 " ;
35
+ private static final String DEFAULT_VERSION = "2.19.2 " ;
36
36
public static final String NAME = "jacksonJson" ;
37
37
38
38
private final JarState .Promised jarState ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
8
8
9
9
## Changed
10
10
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
11
- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
11
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
12
12
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
13
13
* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
8
8
9
9
## Changed
10
10
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
11
- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
11
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
12
12
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
13
13
* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
14
14
You can’t perform that action at this time.
0 commit comments