Skip to content

Commit e5f248f

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1
1 parent 191784a commit e5f248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
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.18.0" }
28+
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.18.1" }
2929

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

0 commit comments

Comments
 (0)