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

svn commit: r1884283 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Thu Dec 10 16:08:01 2020
New Revision: 1884283

URL: http://svn.apache.org/viewvc?rev=1884283&view=rev
Log:
PDFBOX-1752: update JAI version, fixes inkblot problem

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1884283&r1=1884282&r2=1884283&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Dec 10 16:08:01 2020
@@ -113,7 +113,7 @@
             <dependency>
                 <groupId>com.github.jai-imageio</groupId>
                 <artifactId>jai-imageio-jpeg2000</artifactId>
-                <version>1.3.0</version>
+                <version>1.4.0</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>