From 708e0462189677a217b35905c2feba5486c77cdc Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 23 Jan 2024 15:11:39 -0500 Subject: [PATCH] Update to Jackson 2.16.1 (#1135) Signed-off-by: Andriy Redko --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9eee420ed..06bade6d4 100644 --- a/build.gradle +++ b/build.gradle @@ -131,8 +131,8 @@ dependencies { implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0' // we inherit jackson-core from opensearch core - implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.0" + 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'