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

fix(deps): update dependency com.google.protobuf:protobuf-kotlin to v4.27.1
This commit is contained in:
usbharu 2024-06-07 01:27:55 +09:00 committed by GitHub
commit e0d2c61ba7
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.27.0")
implementation("com.google.protobuf:protobuf-kotlin:4.27.1")
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.27.0")
implementation("com.google.protobuf:protobuf-kotlin:4.27.1")
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.27.0")
implementation("com.google.protobuf:protobuf-kotlin:4.27.1")
implementation("io.grpc:grpc-netty:1.64.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))