Merge pull request #1 from brenoepics/dependabot/gradle/com.google.protobuf-protoc-4.27.1

chore(deps): bump com.google.protobuf:protoc from 3.18.1 to 4.27.1
This commit is contained in:
Breno A
2024-06-09 13:21:38 -03:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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/"