Upgrade hibernate dependency version in drools-pdp 20/118320/1
authorJim Hahn <jrh3@att.com>
Tue, 23 Feb 2021 21:19:11 +0000 (16:19 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 23 Feb 2021 21:22:00 +0000 (16:22 -0500)
The FOSS report for drools-pdp showed that hibernate-commons-annotations
uses the LGPL 2 license, which means it should be kept up to date, if
possible.  However, it is still version 5.0.1.Final, which was released
in 2015, while 5.1.2.Final was released in 2020.  Upgraded to the new
version.
Verified junits still pass in both drools-pdp & drools-apps.

Issue-ID: POLICY-3005
Change-Id: I1c42b14cfa812299797de002a7fa2e20b49dea6e
Signed-off-by: Jim Hahn <jrh3@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6eadaaa..dae6b06 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <!-- Project common dependency versions -->
         <json.path.version>2.4.0</json.path.version>
         <hibernate.core.version>5.4.28.Final</hibernate.core.version>
-        <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
+        <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
         <policy.common.version>1.8.0</policy.common.version>
         <policy.models.version>2.4.0</policy.models.version>