File tree 5 files changed +6
-3
lines changed
src/main/java/com/diffplug/spotless/json
5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
18
18
* ` ktfmt ` default style uses correct continuation indent. ([ #1562 ] ( https://github.com/diffplug/spotless/pull/1562 ) )
19
19
### Changes
20
20
* Bump default ` ktfmt ` version to latest ` 0.42 ` -> ` 0.43 ` ([ #1561 ] ( https://github.com/diffplug/spotless/pull/1561 ) )
21
+ * Bump default ` jackson ` version to latest ` 2.14.1 ` -> ` 2.14.2 ` ([ #1536 ] ( https://github.com/diffplug/spotless/pull/1536 ) )
21
22
22
23
## [ 2.34.1] - 2023-02-05
23
24
### Changes
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ dependencies {
69
69
palantirJavaFormatCompileOnly ' com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
70
70
71
71
// used jackson-based formatters
72
- jacksonCompileOnly ' com.fasterxml.jackson.core:jackson-databind:2.14.1 '
73
- jacksonCompileOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1 '
72
+ jacksonCompileOnly ' com.fasterxml.jackson.core:jackson-databind:2.14.2 '
73
+ jacksonCompileOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2 '
74
74
75
75
String VER_KTFMT = ' 0.43'
76
76
ktfmtCompileOnly " com.facebook:ktfmt:$VER_KTFMT "
Original file line number Diff line number Diff line change 33
33
public class JacksonJsonStep {
34
34
static final String MAVEN_COORDINATE = "com.fasterxml.jackson.core:jackson-databind:" ;
35
35
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
36
- static final String DEFAULT_VERSION = "2.14.1 " ;
36
+ static final String DEFAULT_VERSION = "2.14.2 " ;
37
37
38
38
private JacksonJsonStep () {}
39
39
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
11
11
* ` ktfmt ` default style uses correct continuation indent. ([ #1562 ] ( https://github.com/diffplug/spotless/pull/1562 ) )
12
12
### Changes
13
13
* Bump default ` ktfmt ` version to latest ` 0.42 ` -> ` 0.43 ` ([ #1561 ] ( https://github.com/diffplug/spotless/pull/1561 ) )
14
+ * Bump default ` jackson ` version to latest ` 2.14.1 ` -> ` 2.14.2 ` ([ #1536 ] ( https://github.com/diffplug/spotless/pull/1536 ) )
14
15
15
16
## [ 6.14.1] - 2023-02-05
16
17
### Fixed
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
11
11
* ` ktfmt ` default style uses correct continuation indent. ([ #1562 ] ( https://github.com/diffplug/spotless/pull/1562 ) )
12
12
### Changes
13
13
* Bump default ` ktfmt ` version to latest ` 0.42 ` -> ` 0.43 ` ([ #1561 ] ( https://github.com/diffplug/spotless/pull/1561 ) )
14
+ * Bump default ` jackson ` version to latest ` 2.14.1 ` -> ` 2.14.2 ` ([ #1536 ] ( https://github.com/diffplug/spotless/pull/1536 ) )
14
15
15
16
## [ 2.32.0] - 2023-02-05
16
17
### Added
You can’t perform that action at this time.
0 commit comments