Skip to content

Commit 37a4c32

Browse files
fix(deps): update jackson monorepo to v2.19.0
1 parent 05a447d commit 37a4c32

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.18.3"
12+
jackson = "2.19.0"
1313
picocli = "4.7.7"
1414
guava = "30.1.1-jre"
1515

@@ -25,7 +25,7 @@ picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "pico
2525

2626
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
2727
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }
28-
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.18.3" }
28+
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.19.0" }
2929

3030
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
3131

0 commit comments

Comments
 (0)