Skip to content

Commit

Permalink
GRAILS-12052 - use xalan 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Scott Brown committed Mar 10, 2015
1 parent c200b8f commit 3d495b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-core/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
provided 'aopalliance:aopalliance:1.0',
"org.aspectj:aspectjrt:$aspectjVersion"

runtime ( 'xalan:serializer:2.7.1' ) {
runtime ( 'xalan:serializer:2.7.2' ) {
exclude group: 'xml-apis', module:'xml-apis'
}

Expand Down

0 comments on commit 3d495b0

Please sign in to comment.