From 2401adcbb8f2d1b095129f617c5516a4f3d50825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:51:17 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 --- extras/jackson/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/jackson/build.gradle b/extras/jackson/build.gradle index d8ff77e13..459dbb393 100644 --- a/extras/jackson/build.gradle +++ b/extras/jackson/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'org.eclipse.collections:eclipse-collections-api:11.1.0' implementation 'org.eclipse.collections:eclipse-collections:11.1.0' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.3' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.15.3' //implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.9.9' implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-afterburner', version: '2.15.3'