From c6cb6d378b846fd1aa8b52842d3fd29cee60d213 Mon Sep 17 00:00:00 2001 From: Nishchay Date: Fri, 22 Jul 2022 15:51:09 +0530 Subject: [PATCH] updating dependency --- ehcache-core/pom.xml | 3 ++- pom.xml | 2 +- system-tests/pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ehcache-core/pom.xml b/ehcache-core/pom.xml index 4e2ca6f7e6..7bb6b957c3 100644 --- a/ehcache-core/pom.xml +++ b/ehcache-core/pom.xml @@ -100,8 +100,9 @@ test - dom4j + org.dom4j dom4j + 2.1.3 test diff --git a/pom.xml b/pom.xml index 2c85e639fd..51b2dfd41d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ - 1.3.154 + 2.1.210 diff --git a/system-tests/pom.xml b/system-tests/pom.xml index 44b1c178e5..8ade4232b5 100644 --- a/system-tests/pom.xml +++ b/system-tests/pom.xml @@ -75,7 +75,7 @@ org.hibernate hibernate-core - 3.3.2.GA + 3.6.10.Final test