Skip to content

Commit 2da48e6

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.2
1 parent 5302984 commit 2da48e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
6363

6464
// used jackson-based formatters
65-
jacksonCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
65+
jacksonCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
6666
jacksonCompileOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1'
6767

6868
String VER_KTFMT = '0.42'

0 commit comments

Comments
 (0)