Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 9ea8ffb commit a711844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
library("bom", "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3")
}
create("jackson") {
library("bom", "com.fasterxml.jackson:jackson-bom:2.15.2")
library("bom", "com.fasterxml.jackson:jackson-bom:2.17.0")
}
create("tests") {
library("junit-bom", "org.junit:junit-bom:5.10.0")
Expand Down

0 comments on commit a711844

Please sign in to comment.