Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent 75aa029 commit e945546
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.16.0"))
api(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
api("com.fasterxml.jackson.core", "jackson-core")
api("com.fasterxml.jackson.core:jackson-databind")

Expand Down

0 comments on commit e945546

Please sign in to comment.