Skip to content

Commit f2384bc

Browse files
Merge pull request #988 from Baeldung/dependabot/maven/kotlinx-coroutines.version-1.8.1
Bump kotlinx-coroutines.version from 1.6.4 to 1.8.1
2 parents 8d4688d + 36f6dd0 commit f2384bc

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)