Skip to content

Commit 5cb7fe8

Browse files
fix(deps): update jackson monorepo to v2.19.2
1 parent b7c829e commit 5cb7fe8

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.13.1'
100100
// jackson
101-
String VER_JACKSON='2.19.1'
101+
String VER_JACKSON='2.19.2'
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)