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/03/18 17:33:28 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 f795b97  Upgrading Tika
f795b97 is described below

commit f795b9788ef4f8dcbb2e4ea52f2a5f7f21be2bd9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 18 18:31:46 2020 +0100

    Upgrading Tika
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99d4d13..95b91dc 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.23</tika.version>
+    <tika.version>1.24</tika.version>
 
     <joda.version>2.10.5</joda.version>
 
@@ -2529,7 +2529,7 @@ under the License.
             <link>https://commons.apache.org/proper/commons-io/javadocs/api-2.6/</link>
             <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
             <link>https://commons.apache.org/proper/commons-collections/javadocs/api-release/</link>
-            <link>https://tika.apache.org/1.19/api/</link>
+            <link>https://tika.apache.org/1.24/api/</link>
             <link>http://docs.spring.io/spring/docs/4.3.x/javadoc-api/</link>
             <link>http://docs.spring.io/spring-security/site/docs/4.2.x/apidocs/</link>
             <link>http://activiti.org/javadocs/</link>