Skip to content

Commit 00e671f

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0
1 parent aa113ff commit 00e671f

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
@@ -97,7 +97,7 @@ dependencies {
9797
// gson
9898
gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
9999
// jackson
100-
String VER_JACKSON='2.14.2'
100+
String VER_JACKSON='2.17.0'
101101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
102102
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
103103
// ktfmt

0 commit comments

Comments
 (0)