Browse Source

build(deps): bump kotlinx.coroutines.version from 1.6.4 to 1.7.0 (#2032)

Bumps `kotlinx.coroutines.version` from 1.6.4 to 1.7.0.

Updates `kotlinx-coroutines-jdk8` from 1.6.4 to 1.7.0
- [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.6.4...1.7.0)

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2036/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
30b0cbc5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kotlin/pom.xml

2
kotlin/pom.xml

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<properties>
<main.basedir>${project.basedir}/..</main.basedir>
<kotlin.version>1.8.21</kotlin.version>
<kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
<kotlinx.coroutines.version>1.7.0</kotlinx.coroutines.version>
</properties>
<dependencies>

Loading…
Cancel
Save