From c0b47feb72c39caef4768856a572393514ea9b3a Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sun, 28 Aug 2022 19:37:25 +0100 Subject: [PATCH] Update policy-parent for security fixes Dependency changes to fix security issues. The latest oparent version in Master fixes some issues. This commit pulls in the latest snapshot oparent. Let's see the extent of the fixes it does. If so, we may need to release oparent as well. Issue-ID: POLICY-4333 Change-Id: I9b829aa9a2f3538f8580b4aa874db581d6c33042 Signed-off-by: liamfallon --- integration/pom.xml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 25a2b649..a6c08cdd 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -63,7 +63,7 @@ 2.0.2 1.7.3 0.11.0 - 42.3.3 + 42.5.0 3.0.0 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ diff --git a/pom.xml b/pom.xml index 93ec39f5..0c4eb5f5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,8 @@ org.onap.oparent oparent - 3.3.1 + + 3.3.2-SNAPSHOT org.onap.policy.parent @@ -33,7 +34,7 @@ pom - 3.3.1 + 3.3.2-SNAPSHOT -- 2.16.6