Repository: tika
Updated Branches:
  refs/heads/2.x 92453f5e7 -> 1b32e3186


TIKA-2015 -- upgrade to PDFBox 2.0.3


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

Branch: refs/heads/2.x
Commit: 1b32e31864829acd80620763cf3c4d928b8d8346
Parents: 92453f5
Author: tballison <talli...@mitre.org>
Authored: Mon Sep 19 09:16:37 2016 -0400
Committer: tballison <talli...@mitre.org>
Committed: Mon Sep 19 09:16:37 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/tika/blob/1b32e318/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e2267d2..baee8b4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,8 @@ Release 2.0 - ???
 
 Release 1.14 - ???
 
+  * Upgrade to PDFBox 2.0.3 (TIKA-2051).
+
   * Prevent OOM/permanent hang on some corrupt CHM files (TIKA-2040).
 
   * Upgrade ICU4J charset detection components to fix multithreading

http://git-wip-us.apache.org/repos/asf/tika/blob/1b32e318/tika-parser-modules/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml
index cd13ba7..ef92a7c 100644
--- a/tika-parser-modules/pom.xml
+++ b/tika-parser-modules/pom.xml
@@ -38,7 +38,7 @@
     <poi.version>3.15-beta1</poi.version>
     <!-- NOTE: sync codec version with POI -->
     <codec.version>1.10</codec.version>
-    <pdfbox.version>2.0.2</pdfbox.version>
+    <pdfbox.version>2.0.3</pdfbox.version>
     <jempbox.version>1.8.12</jempbox.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.54</bouncycastle.version>

Reply via email to