File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/diffplug/spotless/json Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1515
1616## Changed
1717* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
18- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
18+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
1919* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
2020* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
2121
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898 // gson
9999 gsonCompileOnly ' com.google.code.gson:gson:2.13.1'
100100 // jackson
101- String VER_JACKSON = ' 2.19.1 '
101+ String VER_JACKSON = ' 2.19.2 '
102102 jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
103103 jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
104104 // ktfmt
Original file line number Diff line number Diff line change 3232public 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.19.1 " ;
35+ private static final String DEFAULT_VERSION = "2.19.2 " ;
3636 public static final String NAME = "jacksonJson" ;
3737
3838 private final JarState .Promised jarState ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
88
99## Changed
1010* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
11- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
11+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
1212* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
1313* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
88
99## Changed
1010* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
11- * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
11+ * Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.2 ` . ([ #2558 ] ( https://github.com/diffplug/spotless/pull/2558 ) )
1212* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
1313* Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
1414
You can’t perform that action at this time.
0 commit comments