From abefb3951c634a3438f912e5f68f9443f88d406e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Apr 2026 23:17:42 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-15907551 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 070e1d6..3976458 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ com.fasterxml.jackson.datatype jackson-datatype-jdk8 - 2.8.6 + 2.21.2 org.asynchttpclient @@ -167,22 +167,22 @@ com.fasterxml.jackson.datatype jackson-datatype-guava - 2.9.5 + 2.21.2 com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.9.4 + 2.21.2 com.fasterxml.jackson.core jackson-core - 2.9.5 + 2.21.2 com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.21.2 org.assertj