Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.17.1 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent c4d5d3d commit 74ba34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
dependencies {
api("org.jetbrains", "annotations", "24.1.0")

api(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
api(platform("com.fasterxml.jackson:jackson-bom:2.17.1"))
api("com.fasterxml.jackson.core", "jackson-core")
api("com.fasterxml.jackson.core:jackson-databind")

Expand Down

0 comments on commit 74ba34b

Please sign in to comment.