From 6ed5339cfee22bdb4ee810aaec9dc35dc7cc42b7 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 24 May 2022 16:42:28 -0500 Subject: [PATCH] Upgrade Jackson Databind to 2.13.3 --- 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 25b7740..df46d73 100644 --- a/spring-credhub-core/build.gradle +++ b/spring-credhub-core/build.gradle @@ -29,7 +29,7 @@ dependencies { api("org.springframework:spring-beans") api("org.springframework:spring-context") api("org.springframework:spring-web") - api("com.fasterxml.jackson.core:jackson-databind:2.12.5") + api("com.fasterxml.jackson.core:jackson-databind:2.13.3") reactiveImplementation("org.springframework:spring-webflux") reactiveImplementation("io.projectreactor.netty:reactor-netty")