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/11/18 18:17:23 UTC

[tika] branch branch_1x updated: TIKA-3204 and TIKA-3119 upgrade xmp-core and general dependency upgrades for 1.25.

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 b9a84e2  TIKA-3204 and TIKA-3119 upgrade xmp-core and general dependency upgrades for 1.25.
b9a84e2 is described below

commit b9a84e249117c0bebe81a165b2420821a3c6bd9e
Author: tallison <ta...@apache.org>
AuthorDate: Wed Nov 18 13:16:19 2020 -0500

    TIKA-3204 and TIKA-3119 upgrade xmp-core and general dependency upgrades for 1.25.
---
 tika-dl/pom.xml      |  8 ++++----
 tika-parent/pom.xml  | 10 +++++-----
 tika-parsers/pom.xml | 10 +++++-----
 tika-xmp/pom.xml     |  8 +++++++-
 4 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index d71dc1d..3d375df 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <dl4j.version>1.0.0-beta6</dl4j.version>
-    <twelvemonkeys.version>3.5</twelvemonkeys.version>
+    <twelvemonkeys.version>3.6</twelvemonkeys.version>
   </properties>
 
   <dependencies>
@@ -341,7 +341,7 @@
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
-      <version>1.18.12</version>
+      <version>1.18.16</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
@@ -351,12 +351,12 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>2.10.5</version>
+      <version>2.10.8</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a3bbb76..7e2e0b0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -339,18 +339,18 @@
     <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>
+    <guava.version>30.0-jre</guava.version>
     <osgi.core.version>6.0.0</osgi.core.version>
 
-    <cxf.version>3.4.0</cxf.version>
+    <cxf.version>3.4.1</cxf.version>
     <slf4j.version>1.7.28</slf4j.version>
-    <jackson.version>2.11.2</jackson.version>
+    <jackson.version>2.11.3</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.3</jaxb.version>
     <cli.version>1.4</cli.version>
-    <lucene.version>8.6.2</lucene.version>
-    <mockito.version>3.5.11</mockito.version>
+    <lucene.version>8.7.0</lucene.version>
+    <mockito.version>3.6.0</mockito.version>
     <opennlp.version>1.9.3</opennlp.version>
   </properties>
 
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 4f9ceb7..58bb646 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -54,9 +54,9 @@
     <sis.version>1.0</sis.version>
     <parso.version>2.0.12</parso.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
-    <bouncycastle.version>1.66</bouncycastle.version>
+    <bouncycastle.version>1.67</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
-    <httpcomponents.version>4.5.12</httpcomponents.version>
+    <httpcomponents.version>4.5.13</httpcomponents.version>
   </properties>
 
   <!-- Note: as of the 1.23 release, we're waiting for external changes or fixes
@@ -169,7 +169,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.5-6</version>
+      <version>1.4.5-12</version>
       <scope>provided</scope>
     </dependency>
 
@@ -325,7 +325,7 @@
     <dependency>
       <groupId>org.tallison</groupId>
       <artifactId>metadata-extractor</artifactId>
-      <version>2.14.0</version>
+      <version>2.15.0.1</version>
     </dependency>
     <dependency>
       <groupId>de.l3s.boilerpipe</groupId>
@@ -372,7 +372,7 @@
     <dependency>
       <groupId>com.github.junrar</groupId>
       <artifactId>junrar</artifactId>
-      <version>7.3.0</version>
+      <version>7.4.0</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml
index 0a26579..49babdd 100644
--- a/tika-xmp/pom.xml
+++ b/tika-xmp/pom.xml
@@ -92,7 +92,13 @@
     <dependency>
       <groupId>org.tallison.xmp</groupId>
       <artifactId>xmpcore-shaded</artifactId>
-      <version>6.1.10</version>
+      <version>6.1.11</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.adobe.xmp</groupId>
+          <artifactId>xmpcore</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>junit</groupId>