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

[syncope] branch master updated: Upgrading Tika

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

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


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

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

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

diff --git a/pom.xml b/pom.xml
index 59bc6cc..96b7a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1198,7 +1198,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>1.23</version>
+        <version>1.24</version>
       </dependency>
 
       <dependency>
@@ -2494,7 +2494,7 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/8.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</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-boot/docs/current/api/</link>
             <link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</link>