You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/06 11:18:45 UTC

[camel] 01/03: Upgrade Tika to version 2.5.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fcfdce6d4dd9b4cbd5e20d62887c586997b570ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 12:37:22 2022 +0200

    Upgrade Tika to version 2.5.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 477e09982d9..b5d3220e2fb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -512,7 +512,7 @@
         <stringtemplate-version>4.3.3</stringtemplate-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
         <testcontainers-version>1.17.4</testcontainers-version>
-        <tika-version>2.4.1</tika-version>
+        <tika-version>2.5.0</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
         <undertow-version>2.2.19.Final</undertow-version>