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
commit fa283d8d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/"