@@ -242,7 +242,7 @@ project("spring-core") {
242
242
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
243
243
optional(" net.sf.jopt-simple:jopt-simple:4.6" )
244
244
optional(" log4j:log4j:1.2.17" )
245
- testCompile(" xmlunit:xmlunit:1.3 " )
245
+ testCompile(" xmlunit:xmlunit:1.5 " )
246
246
testCompile(" org.codehaus.woodstox:wstx-asl:3.2.7" ) {
247
247
exclude group : " stax" , module : " stax-api"
248
248
}
@@ -460,7 +460,7 @@ project("spring-oxm") {
460
460
optional(" org.codehaus.castor:castor-xml:1.3.2" )
461
461
testCompile(project(" :spring-context" ))
462
462
testCompile(" org.codehaus.jettison:jettison:1.0.1" )
463
- testCompile(" xmlunit:xmlunit:1.3 " )
463
+ testCompile(" xmlunit:xmlunit:1.5 " )
464
464
testCompile(" xmlpull:xmlpull:1.1.3.4a" )
465
465
testCompile(files(genCastor. classesDir). builtBy(genCastor))
466
466
testCompile(files(genJaxb. classesDir). builtBy(genJaxb))
@@ -567,7 +567,7 @@ project("spring-web") {
567
567
}
568
568
optional(" log4j:log4j:1.2.17" )
569
569
testCompile(project(" :spring-context-support" )) // for JafMediaTypeFactory
570
- testCompile(" xmlunit:xmlunit:1.3 " )
570
+ testCompile(" xmlunit:xmlunit:1.5 " )
571
571
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
572
572
}
573
573
@@ -703,7 +703,7 @@ project("spring-webmvc") {
703
703
}
704
704
testCompile(project(" :spring-aop" ))
705
705
testCompile(" rhino:js:1.7R1" )
706
- testCompile(" xmlunit:xmlunit:1.3 " )
706
+ testCompile(" xmlunit:xmlunit:1.5 " )
707
707
testCompile(" dom4j:dom4j:1.6.1" ) {
708
708
exclude group : " xml-apis" , module : " xml-apis"
709
709
}
@@ -806,7 +806,7 @@ project("spring-test") {
806
806
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
807
807
optional(" org.hamcrest:hamcrest-core:1.3" )
808
808
optional(" com.jayway.jsonpath:json-path:0.9.0" )
809
- optional(" xmlunit:xmlunit:1.3 " )
809
+ optional(" xmlunit:xmlunit:1.5 " )
810
810
testCompile(project(" :spring-context-support" ))
811
811
testCompile(project(" :spring-oxm" ))
812
812
testCompile(project(" :spring-webmvc-tiles3" ))
0 commit comments