Update protocVersion to v4.27.0 (#4415)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-24 21:44:23 +08:00
committed by GitHub
parent afc1b29f92
commit 3ffaf14844

View File

@@ -42,7 +42,7 @@ allprojects {
}
plugins.withId('com.google.protobuf') {
def protocVersion = '4.26.1'
def protocVersion = '4.27.0'
protobuf {
// Configure the protoc executable
protoc {