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/05/21 16:38:34 UTC

svn commit: r1878006 - /pdfbox/branches/2.0/examples/pom.xml

Author: tilman
Date: Thu May 21 16:38:34 2020
New Revision: 1878006

URL: http://svn.apache.org/viewvc?rev=1878006&view=rev
Log:
PDFBOX-4071: update ant version

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

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1878006&r1=1878005&r2=1878006&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Thu May 21 16:38:34 2020
@@ -98,7 +98,7 @@
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <!-- don't update to 1.10 because that one doesn't support jdk6 -->
-      <version>1.9.13</version>
+      <version>1.9.15</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>