mirror of https://github.com/usbharu/Hideout.git
Merge pull request #410 from usbharu/renovate/artifact
fix(deps): update dependency com.google.protobuf:protoc to v4.27.1
This commit is contained in:
commit
ccedb6ee74
|
@ -41,7 +41,7 @@ kotlin {
|
|||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:4.27.0"
|
||||
artifact = "com.google.protobuf:protoc:4.27.1"
|
||||
}
|
||||
plugins {
|
||||
create("grpc") {
|
||||
|
|
|
@ -30,7 +30,7 @@ kotlin {
|
|||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:4.27.0"
|
||||
artifact = "com.google.protobuf:protoc:4.27.1"
|
||||
}
|
||||
plugins {
|
||||
create("grpc") {
|
||||
|
|
|
@ -31,7 +31,7 @@ kotlin {
|
|||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:4.27.0"
|
||||
artifact = "com.google.protobuf:protoc:4.27.1"
|
||||
}
|
||||
plugins {
|
||||
create("grpc") {
|
||||
|
|
Loading…
Reference in New Issue