aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHaidar, Shadi (sh1986) <sh1986@att.com>2018-11-16 15:33:26 -0500
committerHaidar, Shadi (sh1986) <sh1986@att.com>2018-11-16 15:37:59 -0500
commit725cbe04f3c4cf7dbba094aeca5068e285e7d8fe (patch)
treed5d3e0c4d2e2df93fe88a8985ebb5e315d8bbaf4 /pom.xml
parentedb7b340c2f055af88e1ff9a4c7dfc0d51ac9b77 (diff)
Address DCAEGEN2-926, postgresql to 42.2.5
Issue-ID: DCAEGEN2-926 Change-Id: Ief33c761ed469146065aa3883df4197c203f7e8b Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0a878ed..594a846 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>inventory-api</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<name>dcaegen2-platform-inventory-api</name>
<!--internal <version>3.0.0</version>-->
@@ -133,7 +133,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4.1207</version>
+ <version>42.2.5</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>