Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protoc to v3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 26, 2023
1 parent 9e9f28d commit a3b0f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24.2")
set("protobuf_lite_version", "3.0.1")
set("protoc_gen_javalite_version", "3.0.0")
set("grpc_version", "1.20.0")
Expand Down
2 changes: 1 addition & 1 deletion examples-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {

allprojects {
ext.javax_annotation_version = '1.3.2'
ext.protoc_version = '3.7.1'
ext.protoc_version = '3.24.2'
ext.protoc_gen_javalite_version = '3.0.0'
ext.grpc_version = '1.20.0'
ext.junit_version = '4.12'
Expand Down

0 comments on commit a3b0f07

Please sign in to comment.