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 dda25df  ANY23-570 Bump tika.version from 2.2.1 to 2.3.0 (#262)
dda25df is described below

commit dda25df65b1eae90b9cc774e12c07510a6303319
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Feb 17 14:26:46 2022 -0800

    ANY23-570 Bump tika.version from 2.2.1 to 2.3.0 (#262)
    
    * Bump tika.version from 2.2.1 to 2.3.0
    
    Bumps `tika.version` from 2.2.1 to 2.3.0.
    
    Updates `tika-core` from 2.2.1 to 2.3.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.2.1...2.3.0)
    
    Updates `tika-parsers-standard-package` from 2.2.1 to 2.3.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] <[email protected]>
    
    * ANY23-570 Bump tika.version from 2.2.1 to 2.3.0
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a7c048..cd51f7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
     <semargl.version>0.7</semargl.version>
     <slf4j.version>1.7.35</slf4j.version>
     <log4j2.version>2.17.1</log4j2.version>
-    <tika.version>2.2.1</tika.version>
+    <tika.version>2.3.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>
@@ -411,6 +411,10 @@
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <!-- END: Tika -->
@@ -532,6 +536,10 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>

Reply via email to