Upgrade Jackson Databind to 2.12.7

This commit is contained in:
Scott Frederick
2022-05-31 14:47:35 -05:00
parent 5433f47f71
commit d3c758675a

View File

@@ -29,7 +29,7 @@ dependencies {
compile("org.springframework:spring-beans")
compile("org.springframework:spring-context")
compile("org.springframework:spring-web")
compile("com.fasterxml.jackson.core:jackson-databind:2.12.5")
compile("com.fasterxml.jackson.core:jackson-databind:2.12.7")
reactiveImplementation("org.springframework:spring-webflux")
reactiveImplementation("io.projectreactor.netty:reactor-netty")