From 71ccd25ded245c9725c8d601975ffea283574e1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Mar 2026 20:57:33 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c0c3d26..dbed745 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ repo - + com.sun.jersey @@ -43,13 +43,13 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.10.2 + 2.18.6 compile com.fasterxml.jackson.core jackson-databind - 2.10.5.1 + 2.18.6 compile