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:
usbharu 2024-05-07 21:57:05 +09:00 committed by GitHub
commit 5c9acb6d94
3 changed files with 3 additions and 3 deletions

View File

@ -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"))

View File

@ -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"))

View File

@ -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"))