Use jackson-bom:2.12.0
This commit is contained in:
parent
36e66bd732
commit
4b37606807
@ -21,7 +21,7 @@ dependencyManagement {
|
|||||||
mavenBom "org.springframework:spring-framework-bom:$springVersion"
|
mavenBom "org.springframework:spring-framework-bom:$springVersion"
|
||||||
mavenBom "org.springframework.security:spring-security-bom:$springSecurityVersion"
|
mavenBom "org.springframework.security:spring-security-bom:$springSecurityVersion"
|
||||||
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
|
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
|
||||||
mavenBom "com.fasterxml.jackson:jackson-bom:2.+"
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user