From 72ff8c1a7839dec59f6a9f90b796afd38b26fee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:21:22 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.9.0 to 1.10.1 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kafka-avroserde/build.gradle.kts | 2 +- kafka-streams/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-avroserde/build.gradle.kts b/kafka-avroserde/build.gradle.kts index e7c9c22..bf9adc7 100644 --- a/kafka-avroserde/build.gradle.kts +++ b/kafka-avroserde/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") implementation("io.micrometer:micrometer-registry-prometheus:1.14.2") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1") testImplementation(kotlin("test")) testImplementation("org.apache.kafka:kafka-streams-test-utils:3.7.0") { diff --git a/kafka-streams/build.gradle.kts b/kafka-streams/build.gradle.kts index f8d37d5..12ed558 100644 --- a/kafka-streams/build.gradle.kts +++ b/kafka-streams/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") implementation("io.micrometer:micrometer-registry-prometheus:1.14.2") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1") testImplementation(kotlin("test")) testImplementation("org.apache.kafka:kafka-streams-test-utils:3.7.0") {