Upgrade to Protobuf 3.9 (plus consistent XMLUnit declarations)

This commit is contained in:
Juergen Hoeller
2019-07-20 19:06:54 +02:00
parent cdeb1fef5f
commit 45136aabd4
5 changed files with 8 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ dependencies {
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.5")
optional("com.google.protobuf:protobuf-java-util:3.7.1")
optional("com.google.protobuf:protobuf-java-util:3.9.0")
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.12.1")
optional("com.caucho:hessian:4.0.51")
@@ -78,8 +78,8 @@ dependencies {
testCompile("com.squareup.okhttp3:mockwebserver:3.14.2")
testCompile("org.jetbrains.kotlin:kotlin-reflect")
testCompile("org.skyscreamer:jsonassert:1.5.0")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("org.xmlunit:xmlunit-assertj:2.6.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testRuntime("com.sun.mail:javax.mail:1.6.2")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")