Skip to content

Commit fe036ac

Browse files
build(deps): bump kotlinx.coroutines.version from 1.7.2 to 1.7.3 (#2138)
Bumps `kotlinx.coroutines.version` from 1.7.2 to 1.7.3. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` from 1.7.2 to 1.7.3 - [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/commits) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` from 1.7.2 to 1.7.3 - [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/commits) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a84f90c commit fe036ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<properties>
3131
<main.basedir>${project.basedir}/..</main.basedir>
3232
<kotlin.version>1.9.0</kotlin.version>
33-
<kotlinx.coroutines.version>1.7.2</kotlinx.coroutines.version>
33+
<kotlinx.coroutines.version>1.7.3</kotlinx.coroutines.version>
3434
</properties>
3535

3636
<dependencies>

0 commit comments

Comments
 (0)