summaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-28 03:51:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-28 03:51:09 +0000
commitf4a7b8b3469b291a21229f26636f2082ba933652 (patch)
tree730ba401c7c9e2b02008b16b893fae1ce611c871 /vid-app-common/pom.xml
parentddb75d4b617a641bc056ca38e1c515bf7c345eb5 (diff)
parent904eaac80a52cb25117254501b9f8cc483b60fca (diff)
Merge "Bump opencsv, c3p0, snakeyaml, h2 database to latests"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index b894dc5bf..3b255d8c9 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -515,7 +515,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
- <version>4.6</version>
+ <version>5.0</version>
</dependency>
<!-- HTTP client -->
@@ -652,7 +652,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
- <version>0.9.5.4</version>
+ <version>0.9.5.5</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
@@ -828,7 +828,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.24</version>
+ <version>1.25</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
@@ -893,7 +893,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.199</version>
+ <version>1.4.200</version>
<scope>test</scope>
</dependency>
<dependency>