From f68bca65d5df09fcc13fea5a9606decaabfec3b3 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 23 Jan 2024 09:34:59 -0500 Subject: [PATCH] Update Jackson to 2.16.1 Signed-off-by: Andriy Redko --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ebafb2bd2..eb9aaee9e 100644 --- a/build.gradle +++ b/build.gradle @@ -759,8 +759,8 @@ dependencies { implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0' // force Jackson version to avoid version conflict issue - implementation "com.fasterxml.jackson.core:jackson-databind:2.14.1" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1" + implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1" // used for serializing/deserializing rcf models. implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0' @@ -899,4 +899,4 @@ tasks.withType(AbstractPublishToMaven) { onlyIf("Publishing only ZIP distributions") { predicate.get() } -} \ No newline at end of file +}