From e5dfd078874de9c62adf01547f0f0252131316d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 21:58:02 +0000 Subject: [PATCH] fix: javaee/hibernate-example/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-2331071 - https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-2348247 - https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-3009896 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-1041788 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-584563 --- javaee/hibernate-example/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javaee/hibernate-example/pom.xml b/javaee/hibernate-example/pom.xml index 1cab2f0f..3750c64d 100644 --- a/javaee/hibernate-example/pom.xml +++ b/javaee/hibernate-example/pom.xml @@ -71,13 +71,13 @@ org.hibernate hibernate-entitymanager - 5.2.10.Final + 5.4.24.Final com.h2database h2 - 1.4.192 + 2.1.210 \ No newline at end of file