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
commit 6e3fb2658a86b9f77cd435edd3523892210c7ed0 Author: tballison <[email protected]> AuthorDate: Mon Jul 3 07:22:27 2017 -0400 TIKA-2380: Upgrade to Jackcess 2.1.8 --- CHANGES.txt | 2 ++ tika-parsers/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b4739dc..cb29183 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ Release 1.15.1 - ??/??/???? + * Upgrade to Jackcess 2.1.8 (TIKA- + * Upgrade to POI 3.17-beta1 (TIKA-2336). * Remove non-ASL 2.0 compatible org.json (TIKA-1804). diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 1bf079d..6e2e717 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.7</version> + <version>2.1.8</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
