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 2016/07/22 19:57:34 UTC

tika git commit: TIKA-2039 upgrade to jackcess 2.1.4

Repository: tika
Updated Branches:
  refs/heads/2.x f4bacf859 -> 8b951a43c


TIKA-2039 upgrade to jackcess 2.1.4


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/8b951a43
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/8b951a43
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/8b951a43

Branch: refs/heads/2.x
Commit: 8b951a43c7bd91147457b9388e6d39c9c6023ea1
Parents: f4bacf8
Author: tballison <ta...@mitre.org>
Authored: Fri Jul 22 15:57:22 2016 -0400
Committer: tballison <ta...@mitre.org>
Committed: Fri Jul 22 15:57:22 2016 -0400

----------------------------------------------------------------------
 CHANGES.txt                                           | 2 ++
 tika-parser-modules/tika-parser-office-module/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/8b951a43/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1911376..da9353d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,8 @@ Release 2.0 - ???
 
 Release 1.14 - ???
 
+  * Upgrade to Jackcess 2.1.4 (TIKA-2039).
+
   * Maintain more significant digits in cells of "General" format
     in XLS and XLSX (TIKA-2025).
 

http://git-wip-us.apache.org/repos/asf/tika/blob/8b951a43/tika-parser-modules/tika-parser-office-module/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parser-modules/tika-parser-office-module/pom.xml b/tika-parser-modules/tika-parser-office-module/pom.xml
index 4825076..9cd6c2f 100644
--- a/tika-parser-modules/tika-parser-office-module/pom.xml
+++ b/tika-parser-modules/tika-parser-office-module/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>
       <artifactId>jackcess</artifactId>
-      <version>2.1.3</version>
+      <version>2.1.4</version>
     </dependency>
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>