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 13:52:58 UTC

[cxf] branch main 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 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 2dfd3bf93e Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)
2dfd3bf93e is described below

commit 2dfd3bf93e1db856f456058ea0d1ab3d0eb380af
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 4a04561e0c..5288185f65 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -37,7 +37,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>10.1.5</cxf.tomcat.version>
         <cxf.jboss.weld.version>4.0.2.Final</cxf.jboss.weld.version>
         <cxf.gson.version>2.10.1</cxf.gson.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index b403c2218e..f2365b9709 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -191,7 +191,7 @@
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.8</cxf.swagger.v3.version>
-        <cxf.tika.version>2.6.0</cxf.tika.version>
+        <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>10.1.5</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.version>2.2.20.Final</cxf.undertow.version>