From 4c6ccaac84941604826b1994422f361b49aa9b67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 16:29:22 +0000 Subject: [PATCH] fix: pset7/hibernate-example/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-DOM4J-174153 - https://snyk.io/vuln/SNYK-JAVA-DOM4J-2812975 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-1300176 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-2316893 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342645 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342646 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342647 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-3358774 - https://snyk.io/vuln/SNYK-JAVA-LOG4J-572732 --- pset7/hibernate-example/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pset7/hibernate-example/pom.xml b/pset7/hibernate-example/pom.xml index 6aa422e..6ee5613 100644 --- a/pset7/hibernate-example/pom.xml +++ b/pset7/hibernate-example/pom.xml @@ -32,7 +32,7 @@ org.hibernate hibernate-core - 4.2.0.Final + 5.1.17.Final @@ -44,7 +44,7 @@ org.slf4j slf4j-log4j12 - 1.7.5 + 1.7.34