Update protocVersion to v3.25.2 (#3954)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-11 04:03:55 +08:00
committed by GitHub
parent 57f25964d1
commit ee8a3d3dc9

View File

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