diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |