You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/03/18 17:01:29 UTC

[camel] branch camel-3.1.x updated: Upgrade Tika to version 1.24

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

coheigea pushed a commit to branch camel-3.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.1.x by this push:
     new 1a71d9c  Upgrade Tika to version 1.24
1a71d9c is described below

commit 1a71d9c5308bfcb764c0eb99303b6287224dab3b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 18 09:25:47 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b03cf22..87f02cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -628,7 +628,7 @@
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
         <testcontainers-version>1.12.5</testcontainers-version>
         <tinybundles-version>2.1.1</tinybundles-version>
-        <tika-version>1.23</tika-version>
+        <tika-version>1.24</tika-version>
         <twilio-version>7.9.1</twilio-version>
         <twitter4j-bundle-version>4.0.7_1</twitter4j-bundle-version>
         <twitter4j-version>4.0.7</twitter4j-version>