From bdc9c851fcf5d87155baa1a4ffb5780d575869cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 03:04:04 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 070e1d6..c81e245 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ com.fasterxml.jackson.datatype jackson-datatype-jdk8 - 2.8.6 + 2.13.0 org.asynchttpclient @@ -167,22 +167,22 @@ com.fasterxml.jackson.datatype jackson-datatype-guava - 2.9.5 + 2.13.0 com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.9.4 + 2.13.0 com.fasterxml.jackson.core jackson-core - 2.9.5 + 2.13.0 com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.13.0 org.assertj