Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 9ea8ffb commit eaff06f
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.16.0")
}
create("tests") {
library("junit-bom", "org.junit:junit-bom:5.10.0")
Expand Down

0 comments on commit eaff06f

Please sign in to comment.