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/06/19 20:58:32 UTC

[tika] 01/02: TIKA-3119 -- general upgrades

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

commit 1be4039557b6b4ae20d55d490bbfe38b95858358
Author: tallison <ta...@apache.org>
AuthorDate: Fri Jun 19 14:51:30 2020 -0400

    TIKA-3119 -- general upgrades
---
 tika-example/pom.xml   |  6 +++---
 tika-parent/pom.xml    | 13 +++++++------
 tika-parsers/pom.xml   | 10 +++++-----
 tika-translate/pom.xml |  2 +-
 4 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 8d01f21..3beb890 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>2.19.5</version>
+      <version>2.21.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>2.19.5</version>
+      <version>2.21.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.2.3.RELEASE</version>
+      <version>5.2.7.RELEASE</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ef7787c..1ca3be1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -322,7 +322,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <!-- plugin versions -->
-    <forbiddenapis.version>3.0</forbiddenapis.version>
+    <forbiddenapis.version>3.0.1</forbiddenapis.version>
     <groovy.maven.version>2.1</groovy.maven.version>
     <maven.antrun.version>1.8</maven.antrun.version>
     <maven.assembly.version>3.1.0</maven.assembly.version>
@@ -336,20 +336,20 @@
     <!-- 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.6</commons.io.version>
+    <commons.io.version>2.7</commons.io.version>
     <commons.lang3.version>3.10</commons.lang3.version>
     <gson.version>2.8.6</gson.version>
-    <guava.version>28.2-jre</guava.version>
+    <guava.version>29.0-jre</guava.version>
     <osgi.core.version>6.0.0</osgi.core.version>
 
     <cxf.version>3.3.6</cxf.version>
     <slf4j.version>1.7.28</slf4j.version>
-    <jackson.version>2.10.3</jackson.version>
+    <jackson.version>2.11.0</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.2</jaxb.version>
     <cli.version>1.4</cli.version>
-    <lucene.version>8.5.0</lucene.version>
+    <lucene.version>8.5.1</lucene.version>
     <mockito.version>3.3.3</mockito.version>
     <opennlp.version>1.9.2</opennlp.version>
   </properties>
@@ -419,7 +419,8 @@
             <bundledSignature>jdk-deprecated</bundledSignature>
             <bundledSignature>jdk-non-portable</bundledSignature>
             <bundledSignature>jdk-internal</bundledSignature>
-            <bundledSignature>commons-io-unsafe-${commons.io.version}</bundledSignature>
+            <!-- replace with ${commons.io.version} when available -->
+            <bundledSignature>commons-io-unsafe-2.7</bundledSignature>
           </bundledSignatures>
         </configuration>
         <executions>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 48e0bd9..87ad0ea 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.4-9</version>
+      <version>1.4.5-4</version>
       <scope>provided</scope>
     </dependency>
 
@@ -348,7 +348,7 @@
     <dependency>
       <groupId>com.rometools</groupId>
       <artifactId>rome</artifactId>
-      <version>1.12.2</version>
+      <version>1.13.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.jdom</groupId>
@@ -426,7 +426,7 @@
     <dependency>
       <groupId>org.xerial</groupId>
       <artifactId>sqlite-jdbc</artifactId>
-      <version>3.30.1</version>
+      <version>3.31.1</version>
       <scope>provided</scope>
     </dependency>
 
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
-      <version>3.11.4</version>
+      <version>3.12.2</version>
     </dependency>
     <dependency>
       <groupId>edu.ucar</groupId>
@@ -847,7 +847,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-core</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0</version>
       <scope>provided</scope>
       <exclusions>
         <exclusion>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index cd783a5..b06a011 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>
-      <version>2.10.3</version>
+      <version>${jackson.version}</version>
       <exclusions>
         <!-- exclude because, as of 2.9.5, jaxrs-json-provider
         is bringing in 2.9.0 of core's annotations