summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-08-14 09:39:46 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-08-14 09:39:46 +0800
commitf06f983304bbf793fbafba89fc077d0d7b63aca2 (patch)
treeb121008dd595b44895308106a0386d8cbce23ce4
parentc4dc95bc729afd91c00cab49d0a69bceb102eed9 (diff)
Tried to Fix Some Vulnerability Issues
Change-Id: Id0faf945fc2a3978f840e3bac86ec27ac507ed4d Issue-ID: HOLMES-345 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f8a237b..ebe105b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.2.5</version>
+ <version>42.2.13</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard</groupId>