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

This commit is contained in:
renovate[bot]
2024-05-06 13:43:51 +00:00
committed by GitHub
parent 1bac4f2598
commit 846ac62b42
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:3.25.3" artifact = "com.google.protobuf:protoc:4.26.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {
+1 -1
View File
@@ -30,7 +30,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:3.25.3" artifact = "com.google.protobuf:protoc:4.26.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {
+1 -1
View File
@@ -31,7 +31,7 @@ kotlin {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:3.25.3" artifact = "com.google.protobuf:protoc:4.26.1"
} }
plugins { plugins {
create("grpc") { create("grpc") {