From f43af41a6ae76c4ef084484685c27211adce309e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 16:40:36 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c0c3d26..b49d65c 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.15.0 compile com.fasterxml.jackson.core jackson-databind - 2.10.5.1 + 2.15.0 compile