Update policy-parent for security fixes 62/130462/4
authorliamfallon <liam.fallon@est.tech>
Sun, 28 Aug 2022 18:37:25 +0000 (19:37 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 29 Aug 2022 12:51:16 +0000 (13:51 +0100)
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 <liam.fallon@est.tech>
integration/pom.xml
pom.xml

index 25a2b64..a6c08cd 100644 (file)
@@ -63,7 +63,7 @@
         <version.jakarta-api>2.0.2</version.jakarta-api>
         <version.io.micrometer>1.7.3</version.io.micrometer>
         <version.io.prometheus>0.11.0</version.io.prometheus>
-        <version.postgres>42.3.3</version.postgres>
+        <version.postgres>42.5.0</version.postgres>
         <version.kafka>3.0.0</version.kafka>
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
diff --git a/pom.xml b/pom.xml
index 93ec39f..0c4eb5f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>3.3.1</version>
+        <!-- When changing, also change the oparent.version property -->
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.parent</groupId>
@@ -33,7 +34,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <oparent.version>3.3.1</oparent.version>
+        <oparent.version>3.3.2-SNAPSHOT</oparent.version>
     </properties>
 
     <modules>