From 04ee420f2fe721e09139a1f1743b584e578d4a03 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Thu, 29 Sep 2022 16:39:16 -0400 Subject: [PATCH] Updates jackson version to be in sync with core Signed-off-by: Darshit Chanpura --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 676ca6a2f3..d80dbaf50c 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.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4' implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'