Skip to content

Commit 0914470

Browse files
Update VER_JACKSON to v2.16.1
1 parent 6579264 commit 0914470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
// gson
8989
gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
9090
// jackson
91-
String VER_JACKSON='2.14.2'
91+
String VER_JACKSON='2.16.1'
9292
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
9393
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
9494
// ktfmt

0 commit comments

Comments
 (0)