Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10…
Browse files Browse the repository at this point in the history
….1 (#130)

Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](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](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 39da3c3 commit 9ff6fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" }
junit-bom = { group = "org.junit", name = "junit-bom", version = "5.11.3" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" } # version from BOM
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } # version from BOM
kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.9.0" }
kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.10.1" }
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
petitparser-core = { group = "com.github.petitparser", name = "petitparser-core", version = "2.4.0" }
xz = { group = "org.tukaani", name = "xz", version = "1.10" }
Expand Down

0 comments on commit 9ff6fcf

Please sign in to comment.