Browse Source

build(deps): bump kotlinx.coroutines.version from 1.7.1 to 1.7.2 (#2109)

Bumps `kotlinx.coroutines.version` from 1.7.1 to 1.7.2.

Updates `kotlinx-coroutines-jdk8` from 1.7.1 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.1...1.7.2)

Updates `kotlinx-coroutines-reactor` from 1.7.1 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.1...1.7.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2112/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
78cd519c74
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.22</kotlin.version>
<kotlinx.coroutines.version>1.7.1</kotlinx.coroutines.version>
<kotlinx.coroutines.version>1.7.2</kotlinx.coroutines.version>
</properties>
<dependencies>

Loading…
Cancel
Save