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 2021/03/12 19:12:43 UTC

svn commit: r1887548 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Fri Mar 12 19:12:43 2021
New Revision: 1887548

URL: http://svn.apache.org/viewvc?rev=1887548&view=rev
Log:
PDFBOX-5129: update icu4j to highest version that works with jdk6

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

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1887548&r1=1887547&r2=1887548&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Fri Mar 12 19:12:43 2021
@@ -65,7 +65,11 @@
           <dependency>
               <groupId>com.ibm.icu</groupId>
               <artifactId>icu4j</artifactId>
-              <version>4.8.2</version>
+              <version>62.1</version>
+              <!-- latest version that works with jdk 1.6
+              https://unicode-org.github.io/icu/userguide/icu4j-readme.html
+              "ICU4J since version 63 depend on J2SE 7 functionality"
+              -->
               <scope>provided</scope>
           </dependency>
           <dependency>