Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (#118)
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] authored Sep 27, 2024
1 parent 1e83d01 commit 977c120
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 @@ -49,7 +49,7 @@ allprojects {
dependencies {
api("org.jetbrains", "annotations", "25.0.0")

api(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
api(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
api("com.fasterxml.jackson.core", "jackson-core")
api("com.fasterxml.jackson.core:jackson-databind")

Expand Down

0 comments on commit 977c120

Please sign in to comment.