You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2020/05/26 06:02:57 UTC

svn commit: r1878107 - /xmlgraphics/fop/trunk/fop-core/pom.xml

Author: ssteiner
Date: Tue May 26 06:02:57 2020
New Revision: 1878107

URL: http://svn.apache.org/viewvc?rev=1878107&view=rev
Log:
FOP-2939: Upgrade ant to 1.9.15

Modified:
    xmlgraphics/fop/trunk/fop-core/pom.xml

Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1878107&r1=1878106&r2=1878107&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Tue May 26 06:02:57 2020
@@ -86,7 +86,8 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.8.2</version>
+      <version>1.9.15</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org