Skip to content

Commit

Permalink
Merge pull request #153 from bric3/renovate/com.fasterxml.jackson.cor…
Browse files Browse the repository at this point in the history
…e-jackson-databind-2.x

fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1
  • Loading branch information
renovate[bot] authored May 9, 2024
2 parents 6395edc + 3f62530 commit 0bbb4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "pico

jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.17.0" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.17.1" }

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

Expand Down

0 comments on commit 0bbb4fb

Please sign in to comment.