From 7c4e4073fb66ddac06182ab32f04fb5e9e61b68a Mon Sep 17 00:00:00 2001 From: Andrea Morabito <78792023+and-mora@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:40:51 +0100 Subject: [PATCH] fix: [RTD-876] fix cve jackson with bump version from 2.13.4 to 2.14.0 (#294) --- pom.xml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0d28d6cb..4587589c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,12 @@ 1.8 2.7.4 + 42.5.0 + 3.1.4 + 1.33 + 2.11.0 + 1.70 + 2.14.0 3.1.2 3.0.0-M1 3.8.0 @@ -35,34 +41,41 @@ org.postgresql postgresql - 42.5.0 + ${postgresql.version} runtime org.springframework.cloud spring-cloud-contract-wiremock - 3.1.4 + ${springframework-cloud.version} test org.springframework.cloud spring-cloud-starter-openfeign - 3.1.4 + ${springframework-cloud.version} org.yaml snakeyaml - 1.33 + ${snakeyaml.version} commons-io commons-io - 2.11.0 + ${common-io.version} org.bouncycastle bcpg-jdk15on - 1.70 + ${bouncycastle.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-core.version} + pom + import it.gov.pagopa.rtd.ms.transaction_filter.integration