This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 00d55b91500a581cd5a6be3cc2839307bc0c8457 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon May 15 15:05:27 2023 +0200 Upgrading Tika --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1f43512609..49b7350b68 100644 --- a/pom.xml +++ b/pom.xml @@ -922,7 +922,7 @@ under the License. <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> - <version>2.7.0</version> + <version>2.8.0</version> </dependency> <dependency> @@ -2062,7 +2062,7 @@ under the License. <link>https://ci.apache.org/projects/wicket/apidocs/9.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/2.7.0/api/</link> + <link>https://tika.apache.org/2.8.0/api/</link> <link>https://docs.spring.io/spring-boot/docs/2.7.x/api/</link> <link>https://docs.spring.io/spring-framework/docs/5.3.x/javadoc-api/</link> <link>https://docs.spring.io/spring-security/site/docs/5.8.x/api/</link>
