From 040aae530967035f590fe25d850d7f5c1bb3dc12 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 20 Nov 2017 12:49:25 +0100 Subject: [PATCH] Upgrade to Protobuf 3.5 and Apache Johnzon 1.1.5 --- spring-web/spring-web.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index d6ba722aee..a47e44ef7d 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -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") }