Skip to content

Commit 146d0d5

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0
1 parent abec11d commit 146d0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.16.2" }
28+
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.17.0" }
2929

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

0 commit comments

Comments
 (0)