Upgrade to Woodstox 5.1, XMLUnit 2.6, Gson 2.8.5

This commit is contained in:
Juergen Hoeller
2018-05-25 00:18:06 +02:00
parent 3eac2dd31e
commit 836a09d5c0
6 changed files with 9 additions and 9 deletions

View File

@@ -87,9 +87,9 @@ dependencies {
optional("io.netty:netty-buffer")
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
testCompile("org.xmlunit:xmlunit-matchers:2.6.0")
testCompile("javax.xml.bind:jaxb-api:2.3.0")
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") {
testCompile("com.fasterxml.woodstox:woodstox-core:5.1.0") {
exclude group: "stax", module: "stax-api"
}
}