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/01/03 17:14:55 UTC

[tika] branch master updated: TIKA-2804 -- upgrade Lucene and Jackcess

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 0931959  TIKA-2804 -- upgrade Lucene and Jackcess
0931959 is described below

commit 09319599af4b29c05d8a370a98761df435da2604
Author: TALLISON <ta...@apache.org>
AuthorDate: Thu Jan 3 12:14:33 2019 -0500

    TIKA-2804 -- upgrade Lucene and Jackcess
---
 tika-parent/pom.xml  | 2 +-
 tika-parsers/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f7168a9..5c383fe 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -332,7 +332,7 @@
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.1</jaxb.version>
     <cli.version>1.4</cli.version>
-    <lucene.version>7.5.0</lucene.version>
+    <lucene.version>7.6.0</lucene.version>
     <mockito.version>2.23.4</mockito.version>
   </properties>
 
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 483dcc2..b81b0e4 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -256,7 +256,7 @@
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>
       <artifactId>jackcess</artifactId>
-      <version>2.1.12</version>
+      <version>2.2.1</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>