Skip to content

Commit 24b82ba

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0
1 parent 7f331a8 commit 24b82ba

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

0 commit comments

Comments
 (0)