From 80d458174fc69110ec1009e49929d0059a16ac68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:10:19 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.3 to 1.10.2 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.10.2. - [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.7.3...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/kotlin/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/kotlin/build.gradle.kts b/example/kotlin/build.gradle.kts index 51ac5e9..c50635c 100644 --- a/example/kotlin/build.gradle.kts +++ b/example/kotlin/build.gradle.kts @@ -14,12 +14,12 @@ dependencies { implementation(project(":jcachex-core")) implementation(project(":jcachex-kotlin")) - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.slf4j:slf4j-api:2.0.9") runtimeOnly("ch.qos.logback:logback-classic:1.4.11") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") }