diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 8 |
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> |