Skip to content

Commit 5fe12ba

Browse files
fix(deps): update jackson monorepo to v2.18.2
1 parent 1db6626 commit 5fe12ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
// gson
9898
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
9999
// jackson
100-
String VER_JACKSON='2.18.1'
100+
String VER_JACKSON='2.18.2'
101101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
102102
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
103103
// ktfmt

0 commit comments

Comments
 (0)