diff --git a/build.gradle b/build.gradle index 1a6a216e1c0..cfe7e53ae67 100644 --- a/build.gradle +++ b/build.gradle @@ -261,7 +261,7 @@ clean { protobuf { protoc { // The artifact spec for the Protobuf Compiler - artifact = 'com.google.protobuf:protoc:3.18.1' + artifact = 'com.google.protobuf:protoc:4.27.1' } generatedFilesBaseDir = "$projectDir/src/generated/"