Upgrade to Protobuf 3.5 and Apache Johnzon 1.1.5

This commit is contained in:
Juergen Hoeller 2017-11-20 12:49:25 +01:00
parent daee6eeaad
commit 040aae5309
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,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.2")
optional("com.google.protobuf:protobuf-java-util:3.4.0")
optional("com.google.protobuf:protobuf-java-util:3.5.0")
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.8.0")
optional("com.caucho:hessian:4.0.51")
@ -85,5 +85,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
testRuntime("javax.json:javax.json-api:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.4")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.5")
}