Update protocVersion to v4.28.2 (#4842)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-19 00:35:19 +00:00
committed by GitHub
parent 7e8aaf9037
commit 7f6b37c2bf

View File

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