This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 2fc7705de8810178b38e7f0377b28e06468abbe3 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed May 27 12:55:25 2026 +0200 Upgrading Tika --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 114997d3d6..26c29f6574 100644 --- a/pom.xml +++ b/pom.xml @@ -940,7 +940,7 @@ under the License. <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> </dependency> <dependency> @@ -2286,7 +2286,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.3.0/api/</link> + <link>https://tika.apache.org/3.3.1/api/</link> <link>https://docs.spring.io/spring-boot/3.5/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.5.x/api/</link>
