Skip to content

Commit c6166bc

Browse files
chore(deps): bump kotlin-coroutines.version from 1.8.1 to 1.9.0
Bumps `kotlin-coroutines.version` from 1.8.1 to 1.9.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0 - [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.8.1...1.9.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.8.1 to 1.9.0 - [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.8.1...1.9.0) --- 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]>
1 parent 94285a1 commit c6166bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<pekko.version>1.1.1</pekko.version>
125125
<kotlin.version>2.0.20</kotlin.version>
126126
<junit-jupiter.version>5.11.1</junit-jupiter.version>
127-
<kotlin-coroutines.version>1.8.1</kotlin-coroutines.version>
127+
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>
128128
<mockito.version>4.10.0</mockito.version>
129129
</properties>
130130

0 commit comments

Comments
 (0)