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 2018/07/25 18:28:36 UTC

[tika] branch branch_1x updated: TIKA-2691 -- upgrade jai-imageio-core and pdfbox's jbig2-imageio while we're at it.

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 b2973e3  TIKA-2691 -- upgrade jai-imageio-core and pdfbox's jbig2-imageio while we're at it.
b2973e3 is described below

commit b2973e3561638aa8b9f3d5da876f360227c9534c
Author: TALLISON <ta...@apache.org>
AuthorDate: Wed Jul 25 14:27:05 2018 -0400

    TIKA-2691 -- upgrade jai-imageio-core and pdfbox's jbig2-imageio while we're at it.
---
 tika-parsers/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 05a6f18..08620d9 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -731,14 +731,14 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>jbig2-imageio</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.1</version>
     </dependency>
 
     <!-- jai-imageio-core is allowed since LEGAL-304 -->
     <dependency>
       <groupId>com.github.jai-imageio</groupId>
       <artifactId>jai-imageio-core</artifactId>
-      <version>1.3.1</version>
+      <version>1.4.0</version>
     </dependency>
     <!-- For legal reasons (incompatible license), jai-imageio-jpeg2000 is to be used
      only in the tests and may not be distributed. See also LEGAL-195 -->