aboutsummaryrefslogtreecommitdiffstats
path: root/cps-tbdmt-dependencies/pom.xml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-09-09 11:06:51 +0100
committermpriyank <priyank.maheshwari@est.tech>2024-09-09 11:06:55 +0100
commite1c558deef5a2997f5a24142e86fe210842d4af3 (patch)
treefeeee91023f7d14cad1ec1df8d563a0b8308d4ca /cps-tbdmt-dependencies/pom.xml
parent7c6bbfa94de91400c6ea22853b6577b1fa3524df (diff)
[TBDMT] Fix security vulnerabilityHEADmaster
- upgrade the postgres version to avoid the vulnerability Issue-ID: CPS-2342 Change-Id: I579aae082969a7a515642e22c53a3f5535aaf414 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-tbdmt-dependencies/pom.xml')
-rw-r--r--cps-tbdmt-dependencies/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-tbdmt-dependencies/pom.xml b/cps-tbdmt-dependencies/pom.xml
index c17c4a5..714169c 100644
--- a/cps-tbdmt-dependencies/pom.xml
+++ b/cps-tbdmt-dependencies/pom.xml
@@ -35,7 +35,7 @@
<lombok.version>1.18.24</lombok.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<openpojo.version>0.9.1</openpojo.version>
- <postgresql.version>42.6.0</postgresql.version>
+ <postgresql.version>42.7.3</postgresql.version>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<sonar.skip>true</sonar.skip>