You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/06/15 17:53:54 UTC

[nifi] branch main updated: NIFI-8682: Upgrade opencsv from 4.5 to 5.4 to mitigate CVE_2014_0114

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 14265a4  NIFI-8682: Upgrade opencsv from 4.5 to 5.4 to mitigate CVE_2014_0114
14265a4 is described below

commit 14265a401510d825a65b2c101738a12fc6bcd62c
Author: Mohammed Nadeem <na...@gmail.com>
AuthorDate: Thu Jun 10 19:08:41 2021 +0530

    NIFI-8682: Upgrade opencsv from 4.5 to 5.4 to mitigate CVE_2014_0114
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5144.
---
 nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index a508879..26706e1 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>com.opencsv</groupId>
             <artifactId>opencsv</artifactId>
-            <version>4.5</version>
+            <version>5.4</version>
         </dependency>
     </dependencies>
 </project>