Skip to content

Commit

Permalink
Bump kotlinx-coroutines.version from 1.6.4 to 1.7.2 (#408)
Browse files Browse the repository at this point in the history
Bumps `kotlinx-coroutines.version` from 1.6.4 to 1.7.2.

Updates `kotlinx-coroutines-core` from 1.6.4 to 1.7.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.6.4...1.7.2)

Updates `kotlinx-coroutines-reactor` from 1.6.4 to 1.7.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.6.4...1.7.2)

Updates `kotlinx-coroutines-test` from 1.6.4 to 1.7.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.6.4...1.7.2)

---
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-reactor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:development
  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] committed Jul 16, 2023
1 parent 9ff73fd commit e6108a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<java.version>1.8</java.version>
<kotlin.version>1.8.20</kotlin.version>

<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
<kotlinx-coroutines.version>1.7.2</kotlinx-coroutines.version>
<jackson.version>2.14.2</jackson.version>
<jsoup.version>1.15.4</jsoup.version>
<okhttp3.version>4.10.0</okhttp3.version>
Expand Down

0 comments on commit e6108a6

Please sign in to comment.