Skip to content

Commit

Permalink
Update protocVersion to v4 (#4126)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 79a36f3 commit 24ea382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
}

plugins.withId('com.google.protobuf') {
def protocVersion = '3.25.3'
def protocVersion = '4.26.0'
protobuf {
// Configure the protoc executable
protoc {
Expand Down

0 comments on commit 24ea382

Please sign in to comment.