Skip to content

Commit 3c7cbf8

Browse files
fix(deps): update jackson monorepo to v2.19.1
1 parent a8b5172 commit 3c7cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
// gson
9999
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
100100
// jackson
101-
String VER_JACKSON='2.18.1'
101+
String VER_JACKSON='2.19.1'
102102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103103
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104104
// ktfmt

0 commit comments

Comments
 (0)