Skip to content

Commit 3c69803

Browse files
Bump kotlinx-coroutines.version from 1.8.1 to 1.9.0
Bumps `kotlinx-coroutines.version` from 1.8.1 to 1.9.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` 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-reactor` from 1.6.0 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.6.0...1.9.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx3` 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-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 - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-rx3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 159b089 commit 3c69803

File tree

3 files changed

+3
-3
lines changed
  • core-kotlin-modules
  • kotlin-self-executable-jar/kotlin-spring-executable

3 files changed

+3
-3
lines changed

core-kotlin-modules/core-kotlin-concurrency-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependencies>
3333

3434
<properties>
35-
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
35+
<kotlinx-coroutines.version>1.9.0</kotlinx-coroutines.version>
3636
</properties>
3737

3838
</project>

core-kotlin-modules/core-kotlin-flows/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.jetbrains.kotlinx</groupId>
2525
<artifactId>kotlinx-coroutines-reactor</artifactId>
26-
<version>1.6.0</version>
26+
<version>1.9.0</version>
2727
</dependency>
2828

2929
<dependency>

kotlin-self-executable-jar/kotlin-spring-executable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.jetbrains.kotlinx</groupId>
5050
<artifactId>kotlinx-coroutines-reactor</artifactId>
51-
<version>1.8.1</version>
51+
<version>1.9.0</version>
5252
</dependency>
5353
<!-- Spring Boot Starter Test -->
5454
<dependency>

0 commit comments

Comments
 (0)