From 5b9b23dc13b47a9a45524886639428ab045ae19a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 06:45:48 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-6056407 --- pom.xml | 74 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index 90117a4..3b66df4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,40 +1,40 @@ - + - 4.0.0 - - jackson - jackson - 1.0-SNAPSHOT - - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - - - ch.qos.logback - logback-core - 1.3.0-alpha4 - - - - - com.h2database - h2 - 1.4.199 - test - - - com.h2database - h2 - 1.4.199 - compile - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + jackson + jackson + 1.0-SNAPSHOT + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9.2 + + + + + ch.qos.logback + logback-core + 1.3.0-alpha4 + + + + + com.h2database + h2 + 1.4.199 + test + + + com.h2database + h2 + 1.4.199 + compile + + + \ No newline at end of file