Update protocVersion to v4.27.4 (#4735)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-28 11:59:27 +08:00
committed by GitHub
parent 74be2f9190
commit 64f41618dc

View File

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