You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/09/21 20:06:49 UTC

[tika] branch branch_1x updated: TIKA-3119 -- general dependency updates for 1.25 and add xmpbox to tika-bundle

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

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 6e039ce  TIKA-3119 -- general dependency updates for 1.25 and add xmpbox to tika-bundle
     new 2425cf2  Merge remote-tracking branch 'origin/branch_1x' into branch_1x
6e039ce is described below

commit 6e039ce68d658ea1dfb14083e2e05094906a77d4
Author: tallison <ta...@apache.org>
AuthorDate: Mon Sep 21 16:06:20 2020 -0400

    TIKA-3119 -- general dependency updates for 1.25 and add xmpbox to tika-bundle
---
 tika-bundle/pom.xml  | 1 +
 tika-parent/pom.xml  | 4 ++--
 tika-parsers/pom.xml | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 53363c8..b0a79da 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -179,6 +179,7 @@
               pdfbox-tools|
               pdfbox-debugger|
               pdfbox-preflight|
+              xmpbox|
               fontbox|
               jempbox|
               bcmail-jdk15on|
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b58f608..975ece9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -336,7 +336,7 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>4.1.2</poi.version>
     <commons.compress.version>1.20</commons.compress.version>
-    <commons.io.version>2.7</commons.io.version>
+    <commons.io.version>2.8.0</commons.io.version>
     <commons.lang3.version>3.11</commons.lang3.version>
     <gson.version>2.8.6</gson.version>
     <guava.version>29.0-jre</guava.version>
@@ -350,7 +350,7 @@
     <jaxb.version>2.3.3</jaxb.version>
     <cli.version>1.4</cli.version>
     <lucene.version>8.6.2</lucene.version>
-    <mockito.version>3.5.10</mockito.version>
+    <mockito.version>3.5.11</mockito.version>
     <opennlp.version>1.9.3</opennlp.version>
   </properties>
 
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 15a80db..d1e04e8 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -270,7 +270,7 @@
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>
       <artifactId>jackcess</artifactId>
-      <version>3.5.0</version>
+      <version>3.5.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.commons</groupId>
@@ -311,7 +311,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>8.0.1</version>
+      <version>9.0</version>
     </dependency>
     <dependency>
       <groupId>org.tallison</groupId>