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 2020/08/21 18:54:43 UTC

[tika] branch branch_1x updated: TIKA-3181 -- upgrade to PDFBox 2.0.21

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 621c35a  TIKA-3181 -- upgrade to PDFBox 2.0.21
621c35a is described below

commit 621c35aa8c5fb0bc792d0ba37c334a42b17ee0f8
Author: tallison <ta...@apache.org>
AuthorDate: Fri Aug 21 14:50:51 2020 -0400

    TIKA-3181 -- upgrade to PDFBox 2.0.21
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 51c1cbb..8b0d711 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.3</mime4j.version>
     <vorbis.version>0.8</vorbis.version>
-    <pdfbox.version>2.0.20</pdfbox.version>
+    <pdfbox.version>2.0.21</pdfbox.version>
     <jempbox.version>1.8.16</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <sis.version>1.0</sis.version>