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 c2b3f8b46b Upgrading Tika c2b3f8b46b is described below commit c2b3f8b46be761188cb396478e07d4969760aa6e Author: Francesco Chicchiriccò <ilgro...@apache.org> 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 75cd2e91fe..b314f96cc7 100644 --- a/pom.xml +++ b/pom.xml @@ -918,7 +918,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> @@ -2108,7 +2108,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.2.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>