[TBDMT] Fix security vulnerability 14/138914/1
authormpriyank <priyank.maheshwari@est.tech>
Mon, 9 Sep 2024 10:06:51 +0000 (11:06 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 9 Sep 2024 10:06:55 +0000 (11:06 +0100)
- upgrade the postgres version to avoid the vulnerability

Issue-ID: CPS-2342
Change-Id: I579aae082969a7a515642e22c53a3f5535aaf414
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-tbdmt-dependencies/pom.xml

index c17c4a5..714169c 100644 (file)
@@ -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>