fix(deps): update dependency com.google.protobuf:protoc to v4.27.1

This commit is contained in:
renovate[bot] 2024-06-06 16:28:43 +00:00 committed by GitHub
parent e0d2c61ba7
commit bc5e40ef0b
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:4.27.0" artifact = "com.google.protobuf:protoc:4.27.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {

View File

@ -30,7 +30,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:4.27.0" artifact = "com.google.protobuf:protoc:4.27.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {

View File

@ -31,7 +31,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:4.27.0" artifact = "com.google.protobuf:protoc:4.27.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {