mirror of https://github.com/usbharu/Hideout.git
Merge pull request #336 from usbharu/renovate/com.google.protobuf-protobuf-kotlin-4.x
fix(deps): update dependency com.google.protobuf:protobuf-kotlin to v4
This commit is contained in:
commit
5c9acb6d94
|
@ -19,7 +19,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
|
||||
implementation("io.grpc:grpc-protobuf:1.61.1")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:3.25.3")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.61.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation(project(":common"))
|
||||
|
|
|
@ -14,7 +14,7 @@ dependencies {
|
|||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
|
||||
implementation("io.grpc:grpc-protobuf:1.61.1")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:3.25.3")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.61.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation(project(":common"))
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies {
|
|||
implementation(project(":producer:api"))
|
||||
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
|
||||
implementation("io.grpc:grpc-protobuf:1.61.1")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:3.25.3")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.61.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation(project(":common"))
|
||||
|
|
Loading…
Reference in New Issue