Upgrade to Gradle 4.8.1

Includes Kotlin 1.2.50, RxJava 2.1.15 and Protobuf 3.6.

Issue: SPR-16475
This commit is contained in:
Juergen Hoeller
2018-06-22 22:49:12 +02:00
parent 69d8f9d3ab
commit eaffcbe3be
3 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,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.5.1")
optional("com.google.protobuf:protobuf-java-util:3.6.0")
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.10.0")
optional("com.caucho:hessian:4.0.51")