Update to jackson-bom 2.12.5

Closes gh-517
This commit is contained in:
Joe Grandja
2021-11-30 15:17:08 -05:00
parent d10fe36ec0
commit 086a3b01a1

View File

@@ -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 {