diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-26 18:50:28 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-02-27 05:44:42 +0200 |
commit | 904eaac80a52cb25117254501b9f8cc483b60fca (patch) | |
tree | 657601a60d3d58b61bd706f48ccb5d91bf625a22 /vid-automation | |
parent | 97960cdd250fadae0bb312ac5ffa87348ece791d (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-automation')
-rw-r--r-- | vid-automation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 5c77a8111..d633054dc 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -83,7 +83,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.14</version> + <version>1.25</version> </dependency> <dependency> <groupId>joda-time</groupId> |