diff --git a/spring-credhub-core/build.gradle b/spring-credhub-core/build.gradle index 887b49d..2ab244a 100644 --- a/spring-credhub-core/build.gradle +++ b/spring-credhub-core/build.gradle @@ -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")