Skip to content

Commit f5f4521

Browse files
committed
Sync Jackson changes
1 parent 81adf7b commit f5f4521

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313
### Changed
1414
* Support configuring the Equo P2 cache. ([#2238](https://github.com/diffplug/spotless/pull/2238))
15-
1615
* Add explicit support for JSONC / CSS via biome, via the file extensions `.css` and `.jsonc`.
1716
([#2259](https://github.com/diffplug/spotless/pull/2259))
17+
* Bump default `jackson` version to latest `2.17.2` -> `2.18.0`. ([#2279](https://github.com/diffplug/spotless/pull/2279))
1818

1919
## [3.0.0.BETA2] - 2024-08-25
2020
### Changed

Diff for: lib/src/main/java/com/diffplug/spotless/json/JacksonJsonStep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public class JacksonJsonStep implements Serializable {
3333
private static final long serialVersionUID = 1L;
3434
private static final String MAVEN_COORDINATE = "com.fasterxml.jackson.core:jackson-databind:";
35-
private static final String DEFAULT_VERSION = "2.17.2";
35+
private static final String DEFAULT_VERSION = "2.18.0";
3636
public static final String NAME = "jacksonJson";
3737

3838
private final JarState.Promised jarState;

Diff for: plugin-gradle/CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [Unreleased]
6-
6+
### Changed
77
* Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general
88
formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable).
99
([#2259](https://github.com/diffplug/spotless/pull/2259))
10+
* Bump default `jackson` version to latest `2.17.2` -> `2.18.0`. ([#2279](https://github.com/diffplug/spotless/pull/2279))
1011

1112
## [7.0.0.BETA2] - 2024-08-25
1213
### Changed

Diff for: plugin-maven/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Changed
77
* Leverage local repository for Equo P2 cache. ([#2238](https://github.com/diffplug/spotless/pull/2238))
8-
98
* Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general
109
formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable).
1110
([#2259](https://github.com/diffplug/spotless/pull/2259))
11+
* Bump default `jackson` version to latest `2.17.2` -> `2.18.0`. ([#2279](https://github.com/diffplug/spotless/pull/2279))
1212

1313
## [2.44.0.BETA2] - 2024-08-25
1414
### Changed

0 commit comments

Comments
 (0)