From 99329f9103f584d8ea3fed84586f7e8234d26f92 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Mon, 2 Feb 2026 11:21:02 +0530 Subject: [PATCH] Update jackson dependency --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 83093fc1..35e4bce3 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -122,8 +122,8 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-core:2.15.4' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.4' + implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'junit:junit:4.13.2'