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 2022/10/04 07:01:08 UTC

[syncope] 03/03: 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

commit 943885a1a5eba5c507f9cb19eefe1f39db1a373e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 4 09:00:42 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index b36aae8d71..0e43064db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1048,7 +1048,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.4.1</version>
+        <version>2.5.0</version>
       </dependency>
 
       <dependency>
@@ -2262,7 +2262,7 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/9.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/2.4.1/api/</link>
+            <link>https://tika.apache.org/2.5.0/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>