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

Commit

Permalink
deps: update protobuf (#2029)
Browse files Browse the repository at this point in the history
* deps: update protobuf

* update protoc in contrib
  • Loading branch information
elharo committed Mar 25, 2020
1 parent 8cc5780 commit a21526f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a21526f

Please sign in to comment.