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 2021/12/18 12:31:56 UTC

[tika] branch branch_1x updated: TIKA-3622 -- Upgrade to PDFBox 2.0.25

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new d54cc6e  TIKA-3622 -- Upgrade to PDFBox 2.0.25
d54cc6e is described below

commit d54cc6e038f8a8ed4e206555bd7932414d8cc617
Author: tallison <ta...@apache.org>
AuthorDate: Sat Dec 18 07:31:45 2021 -0500

    TIKA-3622 -- Upgrade to PDFBox 2.0.25
---
 CHANGES.txt          | 4 ++++
 tika-parsers/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ff5bf75..9c4b323 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+Release 1.28.1 - ??
+
+   * Upgrade PDFBox to 2.0.25 (TIKA-3622)
+
 Release 1.28 - 12/16/2021
 
    * Upgrade log4j 1.x to log4j2 2.16.0.  Users will likely
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 27fa6eb..d8e5482 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -47,7 +47,7 @@
     <brotli.version>0.1.2</brotli.version>
     <mime4j.version>0.8.4</mime4j.version>
     <vorbis.version>0.8</vorbis.version>
-    <pdfbox.version>2.0.24</pdfbox.version>
+    <pdfbox.version>2.0.25</pdfbox.version>
     <jempbox.version>1.8.16</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <sis.version>1.1</sis.version>