Bump opencsv from 4.2 to 4.6 (#8294)

* Bump opencsv from 4.2 to 4.6

* Fix transitive dependencies
This commit is contained in:
Fokko Driesprong 2019-08-21 01:12:03 +02:00 committed by Clint Wylie
parent 3a58431bff
commit 8821ac330d
2 changed files with 4 additions and 4 deletions

View File

@ -266,7 +266,7 @@ name: OpenCSV
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.2
version: 4.6
libraries:
- com.opencsv: opencsv
@ -386,7 +386,7 @@ name: Apache Commons Collections
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.1
version: 4.2
libraries:
- org.apache.commons: commons-collections4
@ -416,7 +416,7 @@ name: Apache Commons Lang
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 3.7
version: 3.8.1
libraries:
- org.apache.commons: commons-lang3

View File

@ -701,7 +701,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.2</version>
<version>4.6</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>