Upgrade to Protobuf 3.7.1 and HtmlUnit 2.35

This commit is contained in:
Juergen Hoeller
2019-05-08 17:52:56 +02:00
parent fb29088670
commit d3b713d5f0
3 changed files with 4 additions and 4 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.6.1")
optional("com.google.protobuf:protobuf-java-util:3.7.1")
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.12.0")
optional("com.caucho:hessian:4.0.51")