aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-26 18:50:28 +0200
committerIttay Stern <ittay.stern@att.com>2020-02-27 05:44:42 +0200
commit904eaac80a52cb25117254501b9f8cc483b60fca (patch)
tree657601a60d3d58b61bd706f48ccb5d91bf625a22 /vid-app-common/pom.xml
parent97960cdd250fadae0bb312ac5ffa87348ece791d (diff)
Bump opencsv, c3p0, snakeyaml, h2 database to latests
Issue-ID: VID-755 Change-Id: If34239ebc6c9e4b067c22a3fae0a680a160cb00b Signed-off-by: Ittay Stern <ittay.stern@att.com>
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>