You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/23 05:52:07 UTC

[syncope] branch 2_0_X updated: Upgrading Tika

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 01fbae1  Upgrading Tika
01fbae1 is described below

commit 01fbae15fdf8cf7d9fde76e1d1e0f1ed12f24a21
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 23 07:51:23 2020 +0200

    Upgrading Tika
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26f3c9a..395aeb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
     <commons-collection.version>4.2</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.24</tika.version>
+    <tika.version>1.24.1</tika.version>
 
     <joda.version>2.10.5</joda.version>