mirror of https://github.com/apache/nifi.git
NIFI-11869 Upgraded opencsv from 5.7.1 to 5.8
This closes #7536 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
87cd4b5817
commit
8979c20f59
|
@ -125,7 +125,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.opencsv</groupId>
|
<groupId>com.opencsv</groupId>
|
||||||
<artifactId>opencsv</artifactId>
|
<artifactId>opencsv</artifactId>
|
||||||
<version>5.7.1</version>
|
<version>5.8</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
|
Loading…
Reference in New Issue