Skip to content

Commit 287d1e0

Browse files
dependabot[bot]MelSardes
authored andcommitted
chore(deps): Bump the coroutines group with 2 updates
Bumps the coroutines group with 2 updates: [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) and [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 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](Kotlin/kotlinx.coroutines@1.9.0...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 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](Kotlin/kotlinx.coroutines@1.9.0...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: coroutines - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: coroutines ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bec6d3 commit 287d1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ dependencies {
4343
// This ensures the library remains pure and framework-agnostic
4444

4545
// Kotlin Coroutines for async/suspend function support
46-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
46+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
4747

4848
// NO OTHER DEPENDENCIES ALLOWED
4949
// No Spring, Ktor, R2DBC, JDBC, Hibernate, or any framework-specific libraries
5050

5151
// Test dependencies
5252
testImplementation("org.jetbrains.kotlin:kotlin-test")
5353
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
54-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
54+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
5555
testImplementation("io.mockk:mockk:1.14.6")
5656
}
5757

0 commit comments

Comments
 (0)