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 77203b20a6d411499bbfe6c7443e6c5d665a6f17 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Jul 23 09:55:30 2026 +0200 Upgrading Tika --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3309d79a22..82fd6e1e01 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.1</version> + <version>3.3.2</version> </dependency> <dependency> @@ -2260,7 +2260,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.1/api/</link> + <link>https://tika.apache.org/3.3.2/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>
