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 1/3] 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 { From d485e42f5ff56d589bf131fdc7568d751e6c244f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 17:28:25 +0000 Subject: [PATCH 2/3] fix(deps): update coroutines to v1.8.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d9922eed..52297e34 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -5,7 +5,7 @@ ktor = "2.3.9" exposed = "0.49.0" javacv-ffmpeg = "6.1.1-1.5.10" detekt = "1.23.6" -coroutines = "1.8.0" +coroutines = "1.8.1" swagger = "2.2.6" serialization = "1.6.3" kjob = "0.6.0" From f4e0819e3fc78981c2f83b1bd9f952b14cc9f5ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 17:30:23 +0000 Subject: [PATCH 3/3] chore(deps): update kotlin to v1.9.24 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 52297e34..6f989c95 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "1.9.23" +kotlin = "1.9.24" ktor = "2.3.9" exposed = "0.49.0" javacv-ffmpeg = "6.1.1-1.5.10"