Skip to content

Commit

Permalink
Update to jackson-bom 2.12.5
Browse files Browse the repository at this point in the history
Closes gh-517
  • Loading branch information
jgrandja committed Nov 30, 2021
1 parent d10fe36 commit 086a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyManagement {
mavenBom "org.springframework:spring-framework-bom:$springVersion"
mavenBom "org.springframework.security:spring-security-bom:$springSecurityVersion"
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.4"
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
}

dependencies {
Expand Down

0 comments on commit 086a3b0

Please sign in to comment.