You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/09/08 03:18:13 UTC

[tika] 03/04: TIKA-3793: update opencsv

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

tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit d26546b82751440420eb75d4d7f7117559a5941e
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu Sep 8 05:17:29 2022 +0200

    TIKA-3793: update opencsv
---
 tika-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 53b0f3389..e81edd5ef 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>com.opencsv</groupId>
       <artifactId>opencsv</artifactId>
-      <version>5.6</version>
+      <version>5.7.0</version>
     </dependency>
     <!-- avoid org.apache.commons:commons-text:1.9 dependent on org.apache.commons:commons-lang3:3.11 -->
     <dependency>