Update protocVersion to v3.25.3 (#4077)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-16 17:10:52 +08:00
committed by GitHub
parent 74fac1db60
commit af93d3f1df

View File

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