From f855269218d5b9011b3b47ab0f99ecc31b298f37 Mon Sep 17 00:00:00 2001 From: Mike Duigou Date: Tue, 12 Jul 2022 14:13:35 -0700 Subject: [PATCH] =?UTF-8?q?Upgrade=20Jackson=202.12.2.2=20=E2=86=92=202.12?= =?UTF-8?q?.3=20(#2270)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c95398fa94..f8f1babe4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,7 +47,8 @@ jerseyVersion=2.35 reactiveStreamsVersion=1.0.3 jcToolsVersion=3.3.1-ea -jacksonVersion=2.13.2.2 +jacksonVersion=2.13.3 +# This is used for jackson-databind version only # backward compatible with jackson 2.9+, we do not depend on any new features from later versions. openTracingVersion=0.33.0