Upgrade hibernate to clear dom4j sonatype 55/109555/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 25 Jun 2020 14:18:07 +0000 (10:18 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 25 Jun 2020 14:18:18 +0000 (10:18 -0400)
dom4j 1.3.1 has sonatype issue, 1.3.3 fixed it.

hibernate is the dependency that pulls in dom4j, upgrading
to latest patch will pull in the fixed dom4j.

Issue-ID: POLICY-2675
Change-Id: Ibb80fa7c96df42322bd3dc6c7a1d1d81deb365ab
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b3d9be9..9c8abdb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
         <!-- Project common dependency versions -->
         <json.path.version>2.4.0</json.path.version>
-        <hibernate.core.version>5.4.12.Final</hibernate.core.version>
+        <hibernate.core.version>5.4.18.Final</hibernate.core.version>
         <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
         <commons.io.version>2.5</commons.io.version>
         <xml.apis.version>1.4.01</xml.apis.version>