From 06bd36c8757a55e947e38c9204270dcaf98f8875 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 23 Feb 2021 16:19:11 -0500 Subject: 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6eadaaa8..dae6b061 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 2.4.0 5.4.28.Final - 5.0.1.Final + 5.1.2.Final 1.4.01 1.8.0 2.4.0 -- cgit 1.2.3-korg