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 {
}
optional("commons-fileupload:commons-fileupload:1.3.3")
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
optional("com.fasterxml.woodstox:woodstox-core:5.0.3") { // woodstox before aalto
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
exclude group: "stax", module: "stax-api"
}
optional("com.fasterxml:aalto-xml:1.0.0")
@@ -60,7 +60,7 @@ dependencies {
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
optional("com.google.code.gson:gson:2.8.4")
optional("com.google.code.gson:gson:2.8.5")
optional("com.google.protobuf:protobuf-java-util:3.5.1")
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.9.0")
@@ -82,7 +82,7 @@ dependencies {
testCompile("com.squareup.okhttp3:mockwebserver:3.10.0")
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.skyscreamer:jsonassert:1.5.0")
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
testCompile("org.xmlunit:xmlunit-matchers:2.6.0")
testRuntime("com.sun.mail:javax.mail:1.6.1")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")