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 (
1212## [ Unreleased]
1313### Changed
1414* 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 ) )
1516* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
1617
1718## [ 3.0.0.BETA4] - 2024-10-24
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
9797 // gson
9898 gsonCompileOnly ' com.google.code.gson:gson:2.11.0'
9999 // jackson
100- String VER_JACKSON = ' 2.18.0 '
100+ String VER_JACKSON = ' 2.18.1 '
101101 jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
102102 jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
103103 // 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.18.0 " ;
35+ private static final String DEFAULT_VERSION = "2.18.1 " ;
3636 public static final String NAME = "jacksonJson" ;
3737
3838 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 (
55## [ Unreleased]
66### Changed
77* 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 ) )
89* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
910
1011## [ 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 (
55## [ Unreleased]
66### Changed
77* 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 ) )
89* Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
910
1011## [ 2.44.0.BETA4] - 2024-10-24
You can’t perform that action at this time.
0 commit comments