From fe351e84910017e0bd1f88c750bcd768081b5723 Mon Sep 17 00:00:00 2001 From: Piotr Grabowski Date: Wed, 25 May 2022 03:14:28 +0200 Subject: [PATCH] Update jackson dependency Update jackson dependency to a newer version without any known vulnerabilities. I have checked changelogs of all versions between 2.12.1 and 2.12.6.1, and none of the changes were potentially problematic (minor fixes, etc). 2.12.6.1 version of jackson-databind is compatible with 2.12.6 versions of other jackson packages. --- scylla-apiclient/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scylla-apiclient/pom.xml b/scylla-apiclient/pom.xml index 8d33bd8..325404d 100644 --- a/scylla-apiclient/pom.xml +++ b/scylla-apiclient/pom.xml @@ -12,7 +12,8 @@ 1.8 1.8 - 2.12.1 + 2.12.6 + 2.12.6.1 @@ -69,7 +70,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.fasterxml.jackson.jaxrs