NIFI-8682: Upgrade opencsv from 4.5 to 5.4 to mitigate CVE_2014_0114

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5144.
This commit is contained in:
Mohammed Nadeem 2021-06-10 19:08:41 +05:30 committed by Pierre Villard
parent e06afbdd22
commit 14265a4015
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.5</version>
<version>5.4</version>
</dependency>
</dependencies>
</project>