From bd0ba078e3671146ee8e7feb1b3b969637b9c34b Mon Sep 17 00:00:00 2001 From: Amin Ghadersohi Date: Fri, 20 Dec 2019 12:14:03 -0800 Subject: [PATCH] Update version of Protobuf-java to 3.11.- --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 53e0ef03..f188bb74 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -24,7 +24,7 @@ ext { moshi = 'com.squareup.moshi:moshi-kotlin:1.5.0' moshiCodeGen = 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0' gson = 'com.google.code.gson:gson:2.8.2' - protobuf = 'com.google.protobuf:protobuf-java:3.4.0' + protobuf = 'com.google.protobuf:protobuf-java:3.11.0' jacksonDatabind = 'com.fasterxml.jackson.core:jackson-databind:2.9.5' jacksonModuleKotlin = 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.5' jsonPatch = 'com.github.fge:json-patch:1.9'