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 17:27:04 UTC

[cxf] branch 3.5.x-fixes updated: 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 2d468aff4e Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)
2d468aff4e is described below

commit 2d468aff4ecfee766d748d03a8c640cc7eb27912
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 b92ee3bce6..88f70f6b9e 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>
         <graalvm.version>21.1.0</graalvm.version>
         <cxf.brave.version>5.15.0</cxf.brave.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index aef71b59b0..929aa8a444 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,7 +214,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>