File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
src/main/java/com/diffplug/spotless/json Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
13
13
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
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
16
17
17
18
## [ 3.2.0] - 2025-07-07
18
19
### Added
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.18 .1'
101
+ String VER_JACKSON = ' 2.19 .1'
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 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.
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.18 .1" ;
35
+ private static final String DEFAULT_VERSION = "2.19 .1" ;
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 @@ -6,6 +6,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
6
6
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
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
9
10
10
11
## [ 7.1.0] - 2025-07-07
11
12
### Added
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
6
6
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
+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
9
10
10
11
## [ 2.45.0] - 2025-07-07
11
12
### Added
You can’t perform that action at this time.
0 commit comments