From 49b9c64bd761a4509bccc38f8d432a5acdd2e983 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Jun 2025 00:45:39 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754 --- 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