From 26c3f771a90a4c4df91737102f9cd7ef9b9fde98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 May 2023 16:06:30 +0000 Subject: [PATCH] fix: Chapter 11/parallel-processing/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSCOLLECTIONS-30078 - https://snyk.io/vuln/SNYK-JAVA-COMMONSCOLLECTIONS-472711 --- Chapter 11/parallel-processing/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 11/parallel-processing/pom.xml b/Chapter 11/parallel-processing/pom.xml index 369c1f3..d31977e 100644 --- a/Chapter 11/parallel-processing/pom.xml +++ b/Chapter 11/parallel-processing/pom.xml @@ -113,7 +113,7 @@ org.hibernate hibernate-entitymanager true - 3.3.2.GA + 3.4.0.GA org.hibernate