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 2019/05/03 16:59:56 UTC

[tika] branch master updated: TIKA-2854 -- blanket dependency upgrades

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c3d32c3  TIKA-2854 -- blanket dependency upgrades
c3d32c3 is described below

commit c3d32c37927c8dc2a99d74dd9a58c7d539b217ba
Author: TALLISON <ta...@apache.org>
AuthorDate: Fri May 3 12:59:45 2019 -0400

    TIKA-2854 -- blanket dependency upgrades
---
 tika-dl/pom.xml      |  6 +++---
 tika-parsers/pom.xml | 10 +++++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index d2ee7b4..785dd89 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <dl4j.version>1.0.0-beta3</dl4j.version>
+    <dl4j.version>1.0.0-beta4</dl4j.version>
     <twelvemonkeys.version>3.4.1</twelvemonkeys.version>
   </properties>
 
@@ -341,12 +341,12 @@
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
-      <version>1.18.4</version>
+      <version>1.18.6</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>27.0.1-jre</version>
+      <version>${guava.version}</version>
     </dependency>
     <dependency>
       <groupId>joda-time</groupId>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 5c02850..c4cd45b 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -537,7 +537,7 @@
     <dependency>
       <groupId>net.java.dev.jna</groupId>
       <artifactId>jna</artifactId>
-      <version>5.3.0</version>
+      <version>5.3.1</version>
     </dependency>
 
     <!-- grib's current jsoup is vulnerable to xss
@@ -771,7 +771,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-core</artifactId>
-      <version>2.4.0</version>
+      <version>3.0.0</version>
       <scope>provided</scope>
       <exclusions>
         <exclusion>
@@ -783,6 +783,10 @@
           <artifactId>commons-io</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging-api</artifactId>
         </exclusion>
@@ -809,7 +813,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-core</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.2</version>
       <scope>provided</scope>
       <exclusions>
         <exclusion>