You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2021/12/28 21:12:49 UTC

[any23] branch master updated: Bump tika.version from 2.1.0 to 2.2.0 (#232)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 239e29f  Bump tika.version from 2.1.0 to 2.2.0 (#232)
239e29f is described below

commit 239e29f582f52807606cd8caa48094689a23c680
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 28 13:12:45 2021 -0800

    Bump tika.version from 2.1.0 to 2.2.0 (#232)
    
    Bumps `tika.version` from 2.1.0 to 2.2.0.
    
    Updates `tika-core` from 2.1.0 to 2.2.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/commits/2.2.0)
    
    Updates `tika-parsers-standard-package` from 2.1.0 to 2.2.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tika:tika-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.tika:tika-parsers-standard-package
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 17b9712..c684ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <rdf4j.version>3.7.4</rdf4j.version>
     <semargl.version>0.7</semargl.version>
     <slf4j.logger.version>1.7.32</slf4j.logger.version>
-    <tika.version>2.1.0</tika.version>
+    <tika.version>2.2.0</tika.version>
     <openie_2.11.version>4.2.6</openie_2.11.version>
     <openregex.version>1.1.1</openregex.version>
     <jackson.version>2.13.1</jackson.version>