Merge pull request #396 from usbharu/renovate/artifact

fix(deps): update dependency com.google.protobuf:protoc to v4.27.0
This commit is contained in:
usbharu 2024-05-27 14:47:08 +09:00 committed by GitHub
commit 7e65d7fb86
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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