Browse Source

FOP-2547: Update Xalan to 2.7.2 for CVE-2014-0107

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1720793 13f79535-47bb-0310-9956-ffa450edef68
pull/39/head
Simon Steiner 8 years ago
parent
commit
7b972d92b4
3 changed files with 1 additions and 1 deletions
  1. BIN
      lib/xalan-2.7.0.jar
  2. BIN
      lib/xalan-2.7.2.jar
  3. 1
    1
      xmlgraphics-fop-pom-template.pom

BIN
lib/xalan-2.7.0.jar View File


BIN
lib/xalan-2.7.2.jar View File


+ 1
- 1
xmlgraphics-fop-pom-template.pom View File

@@ -148,7 +148,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<version>2.7.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save