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 2023/08/31 14:24:00 UTC

[camel] branch main updated: Upgrade Tika to version 2.9.0 (#11257)

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


The following commit(s) were added to refs/heads/main by this push:
     new d6e445aca0e Upgrade Tika to version 2.9.0 (#11257)
d6e445aca0e is described below

commit d6e445aca0eeeb397e7c2c2f8d19972fcfafcb7c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 31 16:23:54 2023 +0200

    Upgrade Tika to version 2.9.0 (#11257)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5cd12421f45..a1655fd31ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -444,7 +444,7 @@
         <stringtemplate-version>4.3.4</stringtemplate-version>
         <testcontainers-version>1.18.3</testcontainers-version>
         <thymeleaf-version>3.1.2.RELEASE</thymeleaf-version>
-        <tika-version>2.8.0</tika-version>
+        <tika-version>2.9.0</tika-version>
         <twilio-version>9.9.1</twilio-version>
         <twitter4j-version>4.1.2</twitter4j-version>
         <undertow-version>2.3.7.Final</undertow-version>