From 9d44ff4eb2b04b2a195d6a8470b2b5616e4deebf Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Tue, 22 Mar 2022 11:52:15 -0700 Subject: [PATCH] Revert "Update to most recent verson of jackson-databind (#1679) (#1693)" (#1696) This reverts commit 260f5403daa5abb5f58174ccdd12d8da0a72780e. Signed-off-by: cliu123 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 688c9c9501..f128175dc5 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.greenrobot:eventbus:3.2.0' implementation 'commons-cli:commons-cli:1.3.1' implementation 'org.bouncycastle:bcprov-jdk15on:1.67' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.6' implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'