Upgrade to Tomcat 8.5.31, Undertow 1.4.25, Jetty 9.4.10, Gson 2.8.4

Includes upgrade from Reactor snapshots to Bismuth SR9.
This commit is contained in:
Juergen Hoeller
2018-05-05 13:17:44 +02:00
parent f6275e009b
commit 9f9481ec7b
2 changed files with 5 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ dependencies {
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
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.code.gson:gson:2.8.4")
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")