File tree 4 files changed +5
-4
lines changed
lib/src/main/java/com/diffplug/spotless/json
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [ Unreleased]
13
13
### Changed
14
14
* Support configuring the Equo P2 cache. ([ #2238 ] ( https://github.com/diffplug/spotless/pull/2238 ) )
15
-
16
15
* Add explicit support for JSONC / CSS via biome, via the file extensions ` .css ` and ` .jsonc ` .
17
16
([ #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 ) )
18
18
19
19
## [ 3.0.0.BETA2] - 2024-08-25
20
20
### Changed
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.17.2 " ;
35
+ private static final String DEFAULT_VERSION = "2.18.0 " ;
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 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
-
6
+ ### Changed
7
7
* Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general
8
8
formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable).
9
9
([ #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 ) )
10
11
11
12
## [ 7.0.0.BETA2] - 2024-08-25
12
13
### Changed
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Changed
7
7
* Leverage local repository for Equo P2 cache. ([ #2238 ] ( https://github.com/diffplug/spotless/pull/2238 ) )
8
-
9
8
* Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general
10
9
formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable).
11
10
([ #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 ) )
12
12
13
13
## [ 2.44.0.BETA2] - 2024-08-25
14
14
### Changed
You can’t perform that action at this time.
0 commit comments