Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.…
Browse files Browse the repository at this point in the history
…18.0
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 4611299 commit 50ef6a6
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 @@ -51,7 +51,7 @@ immutables-builder = { module = "org.immutables:builder", version.ref = "immutab
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
immutables-value-fixture = { module = "org.immutables:value-fixture", version.ref = "immutables" }
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.2" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.0" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
Expand Down

0 comments on commit 50ef6a6

Please sign in to comment.