You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2020/12/19 20:08:22 UTC

[tika] branch main updated: TIKA-3244: update pdfbox

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

tilman 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 2299128  TIKA-3244: update pdfbox
2299128 is described below

commit 2299128ac0f12b93bb12a203ddc694a774a603b4
Author: THausherr <ti...@snafu.de>
AuthorDate: Sat Dec 19 21:08:09 2020 +0100

    TIKA-3244: update pdfbox
---
 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 c538621..aa693ba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -328,7 +328,7 @@
     <mockito.version>3.6.28</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <opencsv.version>2.3</opencsv.version>
-    <pdfbox.version>2.0.21</pdfbox.version>
+    <pdfbox.version>2.0.22</pdfbox.version>
     <objenesis.version>3.1</objenesis.version>
     <openjson.version>1.0.12</openjson.version>
     <opennlp.version>1.9.3</opennlp.version>