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/03/19 14:17:06 UTC

[tika] branch main updated: TIKA-3322 -- upgrade PDFBox to 2.0.23

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


The following commit(s) were added to refs/heads/main by this push:
     new 1766166  TIKA-3322 -- upgrade PDFBox to 2.0.23
1766166 is described below

commit 1766166a704df9234cd747942876dfc0969a3b00
Author: tallison <ta...@apache.org>
AuthorDate: Fri Mar 19 10:16:42 2021 -0400

    TIKA-3322 -- upgrade PDFBox to 2.0.23
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 64215a6..ee5de60 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -330,7 +330,7 @@
     <mockito.version>3.7.7</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <opencsv.version>2.3</opencsv.version>
-    <pdfbox.version>2.0.22</pdfbox.version>
+    <pdfbox.version>2.0.23</pdfbox.version>
     <objenesis.version>3.1</objenesis.version>
     <openjson.version>1.0.12</openjson.version>
     <opennlp.version>1.9.3</opennlp.version>