We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d4688d + 36f6dd0 commit f2384bcCopy full SHA for f2384bc
core-kotlin-modules/core-kotlin-concurrency-2/pom.xml
@@ -32,7 +32,7 @@
32
</dependencies>
33
34
<properties>
35
- <kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
+ <kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
36
</properties>
37
38
</project>
kotlin-self-executable-jar/kotlin-spring-executable/pom.xml
@@ -48,7 +48,7 @@
48
<dependency>
49
<groupId>org.jetbrains.kotlinx</groupId>
50
<artifactId>kotlinx-coroutines-reactor</artifactId>
51
- <version>1.7.0</version>
+ <version>1.8.1</version>
52
</dependency>
53
<!-- Spring Boot Starter Test -->
54
0 commit comments