Skip to content

Commit 5ded5a9

Browse files
Merge pull request #237 from bric3/renovate/jackson-monorepo
fix(deps): update jackson monorepo to v2.20.1
2 parents 3cbe19b + 1d14e35 commit 5ded5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010

1111
[versions]
12-
jackson = "2.20.0"
12+
jackson = "2.20.1"
1313
jackson-annotations = "2.20"
1414
picocli = "4.7.7"
1515
guava = "30.1.1-jre"
@@ -27,7 +27,7 @@ picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "pico
2727

2828
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
2929
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-annotations" }
30-
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.20.0" }
30+
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.20.1" }
3131

3232
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
3333

0 commit comments

Comments
 (0)