fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1

This commit is contained in:
renovate[bot] 2024-05-11 17:26:21 +00:00 committed by GitHub
parent 52b92c6c77
commit e7dceb9f11
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ dependencies {
implementation("io.grpc:grpc-protobuf:1.63.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("io.grpc:grpc-netty:1.63.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation(platform("io.insert-koin:koin-bom:3.5.6"))

View File

@ -16,7 +16,7 @@ dependencies {
implementation("io.grpc:grpc-protobuf:1.63.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("io.grpc:grpc-netty:1.63.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
}

View File

@ -17,7 +17,7 @@ dependencies {
implementation("io.grpc:grpc-protobuf:1.63.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
implementation("io.grpc:grpc-netty:1.63.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation(project(":owl-common"))
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
}

View File

@ -15,7 +15,7 @@ dependencies {
implementation(project(":owl-broker"))
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
implementation("io.insert-koin:koin-core")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}
tasks.test {