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 2021/07/28 14:13:21 UTC

[tika] branch branch_1x updated: TIKA-3502: update commons-io

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 082da15  TIKA-3502: update commons-io
082da15 is described below

commit 082da1541b9b1db37d2c02c70be49a3172acf38b
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Jul 28 16:13:01 2021 +0200

    TIKA-3502: update commons-io
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 04314b0..2156eea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -336,7 +336,7 @@
         <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
         <poi.version>4.1.2</poi.version>
         <commons.compress.version>1.20</commons.compress.version>
-        <commons.io.version>2.10.0</commons.io.version>
+        <commons.io.version>2.11.0</commons.io.version>
         <commons.lang3.version>3.12.0</commons.lang3.version>
         <gson.version>2.8.7</gson.version>
         <guava.version>30.1.1-jre</guava.version>