Author: fanningpj
Date: Fri Apr 5 09:20:17 2019
New Revision: 1856995
URL: http://svn.apache.org/viewvc?rev=1856995&view=rev
Log:
fix ref to batik version
Modified:
poi/trunk/sonar/ooxml/pom.xml
Modified: poi/trunk/sonar/ooxml/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml/pom.xml?rev=1856995&r1=1856994&r2=1856995&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml/pom.xml (original)
+++ poi/trunk/sonar/ooxml/pom.xml Fri Apr 5 09:20:17 2019
@@ -190,7 +190,7 @@
<!-- don't add it to the distribution -->
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-all</artifactId>
- <version>1.10</version>
+ <version>1.11</version>
</dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|