Skip to content

Commit

Permalink
chore(deps): update dependency com.google.protobuf:protoc to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 9e9f28d commit 54d6883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
ext {
set("javax_annotation_version", "1.3.2")
set("protobuf_version", "3.7.1")
set("protoc_version", "3.7.1")
set("protoc_version", "3.20.1")
set("protobuf_lite_version", "3.0.1")
set("protoc_gen_javalite_version", "3.0.0")
set("grpc_version", "1.20.0")
Expand Down

0 comments on commit 54d6883

Please sign in to comment.