Merge pull request #395 from usbharu/renovate/com.google.protobuf-protobuf-kotlin-4.x

fix(deps): update dependency com.google.protobuf:protobuf-kotlin to v4.27.0
This commit is contained in:
usbharu 2024-05-27 14:33:23 +09:00 committed by GitHub
commit ce453b4560
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ repositories {
dependencies {
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
implementation("io.grpc:grpc-protobuf:1.64.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("com.google.protobuf:protobuf-kotlin:4.27.0")
implementation("io.grpc:grpc-netty:1.64.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-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.64.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("com.google.protobuf:protobuf-kotlin:4.27.0")
implementation("io.grpc:grpc-netty:1.64.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))

View File

@ -15,7 +15,7 @@ dependencies {
api(project(":owl-producer:owl-producer-api"))
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
implementation("io.grpc:grpc-protobuf:1.64.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("com.google.protobuf:protobuf-kotlin:4.27.0")
implementation("io.grpc:grpc-netty:1.64.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))