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:36 UTC

[syncope] branch 2_1_X updated: Upgrading Tika

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

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


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

commit ba471fcae0d7227a3cc6154d076f1582bb431be6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 18 18:32:11 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 5e740ff..3db691d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
     <commons-text.version>1.8</commons-text.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>
 
@@ -2493,7 +2493,7 @@ under the License.
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             <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://tika.apache.org/1.23/api/</link>
+            <link>https://tika.apache.org/1.24/api/</link>
             <link>https://docs.spring.io/spring/docs/5.1.x/javadoc-api/</link>
             <link>https://docs.spring.io/spring-security/site/docs/5.1.x/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>