Upgrade to RxJava 2.1.8 (and Protobuf 3.5.1)

This commit is contained in:
Juergen Hoeller
2017-12-31 18:51:22 +01:00
parent dd4f915234
commit a49123a72b
2 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.5.0")
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")
optional("com.caucho:hessian:4.0.51")