You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/07 16:17:52 UTC

[cxf] 01/02: Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit af49d9674ab595a3241083cece8fb42c4a17a4df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 7 08:52:52 2023 -0500

    Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)
    
    Bumps `cxf.tika.version` from 2.6.0 to 2.7.0.
    
    Updates `tika-core` from 2.6.0 to 2.7.0
    - [Release notes](https://github.com/apache/tika/releases)
    - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/compare/2.6.0...2.7.0)
    
    Updates `tika-parser-pdf-module` from 2.6.0 to 2.7.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tika:tika-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.tika:tika-parser-pdf-module
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 f1b3940f4d..c4db77adba 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.87.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
-        <cxf.tika.version>2.6.0</cxf.tika.version>
+        <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.71</cxf.tomcat.version>
         <cxf.lucene.version>9.5.0</cxf.lucene.version>
         <cxf.brave.version>5.15.0</cxf.brave.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 531d75fe38..4f100b0c4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -213,7 +213,7 @@
         <cxf.swagger2.version>1.6.8</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>
-        <cxf.tika.version>2.6.0</cxf.tika.version>
+        <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.71</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>