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

This commit is contained in:
renovate[bot] 2024-08-01 16:16:35 +00:00
parent cb0f06065c
commit 7f0ce7cf69
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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