chore(deps): update com.google.protobuf:protoc to v4.32.1 (#3102)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-15 06:29:08 -05:00
committed by GitHub
parent 9a9b5935e9
commit 2b028cc756

View File

@@ -53,7 +53,7 @@ kotlin { jvmToolchain(21) }
// per protobuf-gradle-plugin docs, this is recommended for android
protobuf {
protoc { protoc { artifact = "com.google.protobuf:protoc:4.32.0" } }
protoc { protoc { artifact = "com.google.protobuf:protoc:4.32.1" } }
generateProtoTasks {
all().forEach { task ->
task.builtins {