Update protocVersion to v4.29.2 (#5097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Andrew Camu <werdna.jac@gmail.com>
This commit is contained in:
renovate[bot]
2024-12-19 09:20:03 +08:00
committed by GitHub
parent 40a19ca42f
commit b22516b024

View File

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