diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-04-05 09:20:17 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-04-05 09:20:17 +0000 |
commit | 0c8e82f40fc0939b88b1f93ecb2ae38eaa36cb9e (patch) | |
tree | e9a1f96685fbe7a0f64d81e073d1ca6a24a3e6b2 /sonar | |
parent | b523186038c119a2c4b5f1159e4cfb934d45c72b (diff) | |
download | poi-0c8e82f40fc0939b88b1f93ecb2ae38eaa36cb9e.tar.gz poi-0c8e82f40fc0939b88b1f93ecb2ae38eaa36cb9e.zip |
fix ref to batik version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/ooxml/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index ffab7d514c..f7e5e0c0ed 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -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> |