diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-09-09 11:06:51 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-09-09 11:06:55 +0100 |
commit | e1c558deef5a2997f5a24142e86fe210842d4af3 (patch) | |
tree | feeee91023f7d14cad1ec1df8d563a0b8308d4ca | |
parent | 7c6bbfa94de91400c6ea22853b6577b1fa3524df (diff) |
[TBDMT] Fix security vulnerability
- upgrade the postgres version to avoid the vulnerability
Issue-ID: CPS-2342
Change-Id: I579aae082969a7a515642e22c53a3f5535aaf414
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | cps-tbdmt-dependencies/pom.xml | 2 |
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> |