From e7dceb9f1112f653bab731cb3d9fe3008f0aa400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 17:26:21 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1 --- owl/owl-broker/build.gradle.kts | 2 +- owl/owl-consumer/build.gradle.kts | 2 +- owl/owl-producer/owl-producer-default/build.gradle.kts | 2 +- owl/owl-producer/owl-producer-embedded/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/owl/owl-broker/build.gradle.kts b/owl/owl-broker/build.gradle.kts index ac6d5e44..1f307eaa 100644 --- a/owl/owl-broker/build.gradle.kts +++ b/owl/owl-broker/build.gradle.kts @@ -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")) diff --git a/owl/owl-consumer/build.gradle.kts b/owl/owl-consumer/build.gradle.kts index a5f74c04..abe00b93 100644 --- a/owl/owl-consumer/build.gradle.kts +++ b/owl/owl-consumer/build.gradle.kts @@ -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")) } diff --git a/owl/owl-producer/owl-producer-default/build.gradle.kts b/owl/owl-producer/owl-producer-default/build.gradle.kts index f2c86431..570eed3c 100644 --- a/owl/owl-producer/owl-producer-default/build.gradle.kts +++ b/owl/owl-producer/owl-producer-default/build.gradle.kts @@ -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")) } diff --git a/owl/owl-producer/owl-producer-embedded/build.gradle.kts b/owl/owl-producer/owl-producer-embedded/build.gradle.kts index 598d8298..da6dd7ab 100644 --- a/owl/owl-producer/owl-producer-embedded/build.gradle.kts +++ b/owl/owl-producer/owl-producer-embedded/build.gradle.kts @@ -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 {