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

Commit a21526f

Browse files
authored
deps: update protobuf (#2029)
* deps: update protobuf * update protoc in contrib
1 parent 8cc5780 commit a21526f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ subprojects {
174174
springCloudVersion = '1.3.4.RELEASE'
175175
springVersion = '4.3.12.RELEASE'
176176
prometheusVersion = '0.6.0'
177-
protobufVersion = '3.7.0'
177+
protobufVersion = '3.11.4'
178178
zipkinReporterVersion = '2.7.14'
179179
jaegerReporterVersion = '0.33.1'
180180
opencensusProtoVersion = '0.2.0'

contrib/appengine_standard_util/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = 'OpenCensus AppEngine Standard Util'
33
apply plugin: 'java'
44
apply plugin: 'com.google.protobuf'
55

6-
def protocVersion = '3.6.1'
6+
def protocVersion = '3.11.4'
77

88
buildscript {
99
repositories {

0 commit comments

Comments
 (0)