Skip to content

Commit 36f6dd0

Browse files
Bump kotlinx-coroutines.version from 1.6.4 to 1.8.1
Bumps `kotlinx-coroutines.version` from 1.6.4 to 1.8.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` from 1.6.4 to 1.8.1 - [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.4...1.8.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` from 1.6.4 to 1.8.1 - [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.4...1.8.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx3` from 1.6.4 to 1.8.1 - [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.4...1.8.1) --- 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 4a26e46 commit 36f6dd0

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependencies>
3333

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

3838
</project>

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

Lines changed: 1 addition & 1 deletion
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.7.0</version>
51+
<version>1.8.1</version>
5252
</dependency>
5353
<!-- Spring Boot Starter Test -->
5454
<dependency>

0 commit comments

Comments
 (0)