aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-08-31 21:37:00 +0100
committerliamfallon <liam.fallon@est.tech>2022-08-31 21:37:06 +0100
commit4105d0d3e0e6df8b1ae8363b99c46ff44ba3c2f3 (patch)
tree1c7fae5c22d49800b640ebe8800b3ca7d3071492
parenta1bb10839ef712806c4331c0ce7b33e075af9485 (diff)
Update oparent/postgres for security
Issue-ID: POLICY-4333 Change-Id: Idfa72aae57c0f5de5b6ff6323831f49475e57eec Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 5dd3bbec..69ecbc5a 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
diff --git a/pom.xml b/pom.xml
index f3ed28fe..2fbd7d44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2</version>
<relativePath />
</parent>
<groupId>org.onap.policy.parent</groupId>
@@ -33,7 +33,7 @@
<packaging>pom</packaging>
<properties>
- <oparent.version>3.3.1</oparent.version>
+ <oparent.version>3.3.2</oparent.version>
</properties>
<modules>