From db12e7cd46a0e02d12a33f3d2be1f1941db9ff95 Mon Sep 17 00:00:00 2001 From: Joseph Chou Date: Wed, 25 Mar 2020 18:12:12 -0400 Subject: Upgrade jar version to resolve security risk Upgrade ant, hibernate-core and commons-configuration Issue-ID: POLICY-2439 Change-Id: I6c22e634e81850ed97c6214ffc202eb68007b8b3 Signed-off-by: Joseph Chou --- policy-core/pom.xml | 10 ++++++++++ policy-utils/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 7f20b58e..d885f6f5 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -42,6 +42,12 @@ kie-api + + org.apache.ant + ant + 1.9.12 + + org.kie kie-ci @@ -56,6 +62,10 @@ org.codehaus.plexus plexus-utils + + org.apache.ant + ant + diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index 1946947f..45f43dd7 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -54,7 +54,7 @@ org.apache.commons commons-configuration2 - 2.4 + 2.7 org.onap.policy.common diff --git a/pom.xml b/pom.xml index c2d68871..528aed6c 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 2.4.0 - 5.2.10.Final + 5.4.12.Final 5.0.1.Final 2.5 1.4.01 -- cgit 1.2.3-korg