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