From 487fe105ab314215f18f7600d1c726929f13721d Mon Sep 17 00:00:00 2001 From: Nishchay Date: Tue, 19 Jul 2022 19:49:04 +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 de343417f2..23d88bd2e5 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 b614874169..ba6289d6f4 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 b5a053325d..c633af7c1b 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