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
commit 6345f91f33429cb5d84255926cfc9d17adba207f 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 b64be1d67d..24b5e893b8 100644 --- a/pom.xml +++ b/pom.xml @@ -943,7 +943,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> @@ -2203,7 +2203,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.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>
