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

@@ -52,7 +52,7 @@ dependencies {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}
optional("org.xmlunit:xmlunit-matchers:2.5.1")
optional("org.xmlunit:xmlunit-matchers:2.6.0")
optional("org.skyscreamer:jsonassert:1.5.0")
optional("com.jayway.jsonpath:json-path:2.4.0")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")