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