Skip to content

Commit

Permalink
Bump jackson-bom to 2.17.0
Browse files Browse the repository at this point in the history
jackson-bom 2.14.1 libraries have several vulnerabilities. Bump up to the latest version of them
  • Loading branch information
fjgarciao authored Apr 19, 2024
1 parent a9c128d commit 5a469ec
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 @@ -144,7 +144,7 @@ configure(libs) {

dependencyManagement {
imports {
mavenBom("com.fasterxml.jackson:jackson-bom:2.14.1")
mavenBom("com.fasterxml.jackson:jackson-bom:2.17.0")
mavenBom("org.junit:junit-bom:5.9.2")
}
dependencies {
Expand Down

0 comments on commit 5a469ec

Please sign in to comment.