Update protocVersion to v4 (#4126)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-14 14:45:51 +08:00
committed by GitHub
parent 79a36f3a6d
commit 24ea382046

View File

@@ -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 {