From 77c2f6459f6aa7dcf3d6fcce80850ce19843edf5 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 29 Nov 2022 17:29:21 -0500 Subject: [PATCH] 1.x branch version increment of for jackson to match with core Signed-off-by: Ryan Liang --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 24a360257d..fa092e6607 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,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.14.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'