mirror of
https://github.com/apache/druid.git
synced 2025-02-23 11:06:19 +00:00
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:
parent
3a58431bff
commit
8821ac330d
@ -266,7 +266,7 @@ name: OpenCSV
|
|||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 4.2
|
version: 4.6
|
||||||
libraries:
|
libraries:
|
||||||
- com.opencsv: opencsv
|
- com.opencsv: opencsv
|
||||||
|
|
||||||
@ -386,7 +386,7 @@ name: Apache Commons Collections
|
|||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 4.1
|
version: 4.2
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.commons: commons-collections4
|
- org.apache.commons: commons-collections4
|
||||||
|
|
||||||
@ -416,7 +416,7 @@ name: Apache Commons Lang
|
|||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 3.7
|
version: 3.8.1
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.commons: commons-lang3
|
- org.apache.commons: commons-lang3
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -701,7 +701,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.opencsv</groupId>
|
<groupId>com.opencsv</groupId>
|
||||||
<artifactId>opencsv</artifactId>
|
<artifactId>opencsv</artifactId>
|
||||||
<version>4.2</version>
|
<version>4.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.jsonpath</groupId>
|
<groupId>com.jayway.jsonpath</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user