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/11/08 02:31:41 UTC

tika git commit: TIKA-2171 --upgrade SQLite to 3.15.1

Repository: tika
Updated Branches:
  refs/heads/master 7b45c7ceb -> ab53bdc75


TIKA-2171 --upgrade SQLite to 3.15.1


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

Branch: refs/heads/master
Commit: ab53bdc758e400e5441e78bc7aabebf704fe0ae6
Parents: 7b45c7c
Author: tballison <ta...@mitre.org>
Authored: Mon Nov 7 21:31:35 2016 -0500
Committer: tballison <ta...@mitre.org>
Committed: Mon Nov 7 21:31:35 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt          | 4 ++++
 tika-parsers/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/ab53bdc7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9902d7e..6cd2de8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+Release 1.15 - ??
+
+  * Upgrade SQLite "provided" dependency to 3.15.1.
+
 Release 1.14 - 10/19/2016
 
   * Extract all headers from MSG/RFC822 (TIKA-2122).

http://git-wip-us.apache.org/repos/asf/tika/blob/ab53bdc7/tika-parsers/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 92a3af0..31a727d 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -270,7 +270,7 @@
     <dependency>
       <groupId>org.xerial</groupId>
       <artifactId>sqlite-jdbc</artifactId>
-      <version>3.8.11.2</version>
+      <version>3.15.1</version>
       <scope>provided</scope>
     </dependency>