Update protocVersion to v4.28.0 (#4742)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-29 09:17:52 +08:00
committed by GitHub
parent 64f41618dc
commit a024c30434

View File

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