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 83f704b9de Upgrading Tika
83f704b9de is described below

commit 83f704b9de3f7495132c90af0d442f384bd6f12d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Dec 13 17:00:40 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 3aca98a7f9..fb581ca0eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -872,7 +872,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.9.1</version>
+        <version>3.0.0-BETA</version>
       </dependency>
 
       <dependency>
@@ -1978,7 +1978,7 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/10.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.9.0/api/</link>
+            <link>https://tika.apache.org/3.0.0-BETA/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>

Reply via email to