You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/10/05 04:42:22 UTC

[cxf] branch main updated: Updating to Tika 2.5.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fababbddfb Updating to Tika 2.5.0
fababbddfb is described below

commit fababbddfb4f1556bc629e27e9e5cf46cce054ea
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 5 05:42:02 2022 +0100

    Updating to Tika 2.5.0
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 6e64043e34..f9d1133a12 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -36,7 +36,7 @@
         <cxf.netty.version>4.1.82.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
-        <cxf.tika.version>2.4.1</cxf.tika.version>
+        <cxf.tika.version>2.5.0</cxf.tika.version>
         <cxf.tomcat.version>10.0.26</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
diff --git a/parent/pom.xml b/parent/pom.xml
index b6d2ebfef8..72d2851cf7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -188,7 +188,7 @@
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.3</cxf.swagger.v3.version>
-        <cxf.tika.version>2.4.1</cxf.tika.version>
+        <cxf.tika.version>2.5.0</cxf.tika.version>
         <cxf.tomcat.version>10.0.26</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.version>2.2.19.Final</cxf.undertow.version>