Skip to content

Commit 8f1d4c6

Browse files
fix(deps): update ver_jackson to v2.15.2
1 parent 060a202 commit 8f1d4c6

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
@@ -86,7 +86,7 @@ dependencies {
8686
// gson
8787
gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
8888
// jackson
89-
String VER_JACKSON='2.14.2'
89+
String VER_JACKSON='2.15.2'
9090
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
9191
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
9292
// ktfmt

0 commit comments

Comments
 (0)