Skip to content

Commit 7c208c6

Browse files
fix(deps): update jackson monorepo to v2.20.0
1 parent 3684f67 commit 7c208c6

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
@@ -100,7 +100,7 @@ dependencies {
100100
// gson
101101
gsonCompileOnly 'com.google.code.gson:gson:2.13.1'
102102
// jackson
103-
String VER_JACKSON='2.19.2'
103+
String VER_JACKSON='2.20.0'
104104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
105105
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
106106
// ktfmt

0 commit comments

Comments
 (0)