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 dbafffa  TIKA-2383 -- remove nonPortableRuntimeForbidden and add new 
signatures
dbafffa is described below

commit dbafffaa20c8a3616b72628c5bd0fb6db765905e
Author: tballison <[email protected]>
AuthorDate: Thu Jun 8 22:32:11 2017 -0400

    TIKA-2383 -- remove nonPortableRuntimeForbidden and add new signatures
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6859eb7..f166a46 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Release 1.15.1 - ??/??/????
 
+  * Upgrade Jackcess to 2.1.7 (TIKA-2380)
+
   * Allow users to turn off extraction of headers and footers
     from .doc, .docx, .xls, .xlsx, .xlsb (TIKA-2362)
 
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 80ec242..eb06b33 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>
       <artifactId>jackcess</artifactId>
-      <version>2.1.4</version>
+      <version>2.1.7</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>com.healthmarketscience.jackcess</groupId>
       <artifactId>jackcess-encrypt</artifactId>
-      <version>2.1.1</version>
+      <version>2.1.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.bouncycastle</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to