Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

deps: update protobuf #2029

Merged
merged 2 commits into from Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -174,7 +174,7 @@ subprojects {
springCloudVersion = '1.3.4.RELEASE'
springVersion = '4.3.12.RELEASE'
prometheusVersion = '0.6.0'
protobufVersion = '3.7.0'
protobufVersion = '3.11.4'
zipkinReporterVersion = '2.7.14'
jaegerReporterVersion = '0.33.1'
opencensusProtoVersion = '0.2.0'
Expand Down
2 changes: 1 addition & 1 deletion contrib/appengine_standard_util/build.gradle
Expand Up @@ -3,7 +3,7 @@ description = 'OpenCensus AppEngine Standard Util'
apply plugin: 'java'
apply plugin: 'com.google.protobuf'

def protocVersion = '3.6.1'
def protocVersion = '3.11.4'

buildscript {
repositories {
Expand Down