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/06/11 11:01:54 UTC

[tika] branch branch_1x updated: TIKA-3444 -- upgrade to pdfbox 2.0.24

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 90c6ea4  TIKA-3444 -- upgrade to pdfbox 2.0.24
90c6ea4 is described below

commit 90c6ea47c6c76aa5df1f3bf7f6e0c64e30344a2d
Author: tallison <ta...@apache.org>
AuthorDate: Fri Jun 11 07:01:40 2021 -0400

    TIKA-3444 -- upgrade to pdfbox 2.0.24
---
 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 2df24d5..e812bfc 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.23</pdfbox.version>
+    <pdfbox.version>2.0.24</pdfbox.version>
     <jempbox.version>1.8.16</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <sis.version>1.0</sis.version>