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 {
6363
6464 // used jackson-based formatters
6565 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 '
6767
6868 String VER_KTFMT = ' 0.42'
6969 ktfmtCompileOnly " com.facebook:ktfmt:$VER_KTFMT "
Original file line number Diff line number Diff line change 3333public class JacksonJsonStep {
3434 static final String MAVEN_COORDINATE = "com.fasterxml.jackson.core:jackson-databind:" ;
3535 // 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 " ;
3737
3838 private JacksonJsonStep () {}
3939
You can’t perform that action at this time.
0 commit comments