Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 47e82e3 commit 97cd0b8
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", "26.0.1")

api(platform("com.fasterxml.jackson:jackson-bom:2.18.1"))
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
api("com.fasterxml.jackson.core", "jackson-core")
api("com.fasterxml.jackson.core:jackson-databind")

Expand Down

0 comments on commit 97cd0b8

Please sign in to comment.