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 2022/09/29 19:43:13 UTC

[tika] 01/02: TIKA-3866 -- upgrade to PDFBox 2.0.27

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit ba1b3ccc5ad79fa120e9e718fde9a8c3b2fb60ed
Author: tallison <ta...@apache.org>
AuthorDate: Thu Sep 29 15:33:22 2022 -0400

    TIKA-3866 -- upgrade to PDFBox 2.0.27
---
 CHANGES.txt         | 2 ++
 tika-parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6d7297274..74f8e349c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,8 @@ Release 2.5.0 - ???
 
    * Use commons-io byte array streams via PJ Fanning (TIKA-3843).
 
+   * Upgrade to PDFBox 2.0.27 (TIKA-3866).
+
    * Upgrade to jempbox 1.8.17 (TIKA-3856).
 
    * Add extraction of ODF version from ODF files (TIKA-3840).
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index efdbeca36..5df508d64 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -370,7 +370,7 @@
     <osgi.compendium.version>5.0.0</osgi.compendium.version>
     <parso.version>2.0.14</parso.version>
     <pax.exam.version>4.13.1</pax.exam.version>
-    <pdfbox.version>2.0.26</pdfbox.version>
+    <pdfbox.version>2.0.27</pdfbox.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>5.2.3</poi.version>
     <quartz.version>2.3.2</quartz.version>