From d3c758675ad7f04328e5ff751d15b6eb6552751a Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 31 May 2022 14:47:35 -0500 Subject: [PATCH] Upgrade Jackson Databind to 2.12.7 --- spring-credhub-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")