File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
src/main/java/com/diffplug/spotless/json Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [ Unreleased]
13
13
### Changed
14
14
* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
15
+ * Bump default ` jackson ` version to latest ` 2.18.0 ` -> ` 2.18.1 ` . ([ #2319 ] ( https://github.com/diffplug/spotless/pull/2319 ) )
15
16
* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
16
17
17
18
## [ 3.0.0.BETA4] - 2024-10-24
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
97
97
// gson
98
98
gsonCompileOnly ' com.google.code.gson:gson:2.11.0'
99
99
// jackson
100
- String VER_JACKSON = ' 2.18.0 '
100
+ String VER_JACKSON = ' 2.18.1 '
101
101
jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
102
102
jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
103
103
// 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.18.0 " ;
35
+ private static final String DEFAULT_VERSION = "2.18.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 @@ -5,6 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Changed
7
7
* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
8
+ * Bump default ` jackson ` version to latest ` 2.18.0 ` -> ` 2.18.1 ` . ([ #2319 ] ( https://github.com/diffplug/spotless/pull/2319 ) )
8
9
* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
9
10
10
11
## [ 7.0.0.BETA4] - 2024-10-24
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Changed
7
7
* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
8
+ * Bump default ` jackson ` version to latest ` 2.18.0 ` -> ` 2.18.1 ` . ([ #2319 ] ( https://github.com/diffplug/spotless/pull/2319 ) )
8
9
* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
9
10
10
11
## [ 2.44.0.BETA4] - 2024-10-24
You can’t perform that action at this time.
0 commit comments