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 2022/05/05 22:52:15 UTC

[any23] branch master updated: Bump tika.version from 2.3.0 to 2.4.0 (#281)

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 e312292c Bump tika.version from 2.3.0 to 2.4.0 (#281)
e312292c is described below

commit e312292c95ed641705551049fdd8ff5b64fdd700
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 5 15:52:11 2022 -0700

    Bump tika.version from 2.3.0 to 2.4.0 (#281)
    
    Bumps `tika.version` from 2.3.0 to 2.4.0.
    
    Updates `tika-core` from 2.3.0 to 2.4.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.3.0...2.4.0)
    
    Updates `tika-parsers-standard-package` from 2.3.0 to 2.4.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 f197de5d..47743508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
     <semargl.version>0.7</semargl.version>
     <log4j2.version>2.17.2</log4j2.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <tika.version>2.3.0</tika.version>
+    <tika.version>2.4.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>