File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/diffplug/spotless/json Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
63
63
64
64
// used jackson-based formatters
65
65
jacksonCompileOnly ' com.fasterxml.jackson.core:jackson-databind:2.14.2'
66
- jacksonCompileOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1 '
66
+ jacksonCompileOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2 '
67
67
68
68
String VER_KTFMT = ' 0.42'
69
69
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
You can’t perform that action at this time.
0 commit comments