summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-09-13 04:43:22 +0800
committerKailun Qin <kailun.qin@intel.com>2018-09-13 04:44:52 +0800
commit062018330db6955dd215c3696f17e2736ea0316a (patch)
tree363aad48215af8a58462f35056cad423cfa5d8f8
parentec73eb1cc6d4f7c78f320dcb815a021dcadbd503 (diff)
Upgrade PostgreSQL to 42.2.5 due to security issue
Change-Id: I43b0fe397674dbb65d13cd06b5033336f6223c0a Issue-ID: VNFSDK-302 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
-rw-r--r--vnf-sdk-function-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 62af988..7abea6a 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.1.4</version>
+ <version>42.2.5</version>
</dependency>
<!-- UT -->
<dependency>