Skip to content

Commit

Permalink
build(deps): bump v.kotlin.coroutines from 1.9.0 to 1.10.1 in /src (#333
Browse files Browse the repository at this point in the history
)

Bumps `v.kotlin.coroutines` from 1.9.0 to 1.10.1.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` 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)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` 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
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  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 Dec 21, 2024
1 parent 4073728 commit dc81078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-toolchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<v.kotlin>2.1.0</v.kotlin>
<v.lyo>7.0.0-SNAPSHOT</v.lyo>
<v.jersey>3.1.5</v.jersey>
<v.kotlin.coroutines>1.9.0</v.kotlin.coroutines>
<v.kotlin.coroutines>1.10.1</v.kotlin.coroutines>
</properties>

<repositories>
Expand Down

0 comments on commit dc81078

Please sign in to comment.