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

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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 46211193fd Upgrading Tika
46211193fd is described below

commit 46211193fd86a69d97193bcdb3b29cbb28bbffb1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 10 13:54:26 2025 +0200

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

diff --git a/pom.xml b/pom.xml
index 20451f90b1..2c16048b12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.1</version>
       </dependency>
 
       <dependency>
@@ -2139,7 +2139,7 @@ under the License.
             <link>https://nightlies.apache.org/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/3.1.0/api/</link>
+            <link>https://tika.apache.org/3.2.1/api/</link>
             <link>https://docs.spring.io/spring-boot/3.4/api/java/</link>
             
<link>https://docs.spring.io/spring-framework/docs/6.2.x/javadoc-api/</link>
             
<link>https://docs.spring.io/spring-security/site/docs/6.4.x/api/</link>

Reply via email to