Skip to content

Commit 3541e72

Browse files
fix(deps): update ver_jackson to v2.15.3
1 parent d346ef8 commit 3541e72

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

0 commit comments

Comments
 (0)