From d3e99d3e98df0d2f7f19d58442532e1b8064df96 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:01:30 +0530 Subject: [PATCH] Updated jackson databind version to 2.13.4.2 (#596) Signed-off-by: Mohit Kumar Signed-off-by: Mohit Kumar (cherry picked from commit 0ec98b11c18ae06ab4454cbeb5e9f270891ac297) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73226b7b..610c93fd 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ configurations.all { force 'org.apache.httpcomponents:httpclient-osgi:4.5.13' force 'org.apache.httpcomponents.client5:httpclient5:5.0.3' force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3' - force 'com.fasterxml.jackson.core:jackson-databind:2.13.4' + force 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2' force 'org.yaml:snakeyaml:1.32' force 'org.codehaus.plexus:plexus-utils:3.0.24' }