Skip to content

Commit 03601b4

Browse files
Merge pull request #1148 from Baeldung/dependabot/maven/kotlinx-coroutines.version-1.9.0
Bump kotlinx-coroutines.version from 1.8.1 to 1.9.0
2 parents cb875fd + 3c69803 commit 03601b4

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)