aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-02-23 16:19:11 -0500
committerJim Hahn <jrh3@att.com>2021-02-23 16:22:00 -0500
commit06bd36c8757a55e947e38c9204270dcaf98f8875 (patch)
tree5493e6135e93725930c216123a96877c9039f348
parent4a3bb35cf14f9eff17b2e2bc5f09514d298a0c35 (diff)
Upgrade hibernate dependency version in drools-pdp
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6eadaaa8..dae6b061 100644
--- 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>