Skip to content

Commit 9d00e8d

Browse files
committed
GH-2104 - Upgrade to Kotlin 1.9.23 and Coroutines 1.8.0.
1 parent 68fa6f7 commit 9d00e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<slf4j.version>2.0.12</slf4j.version>
8686
<spring.version>6.1.0</spring.version>
8787
<spring-plugin.version>3.0.0</spring-plugin.version>
88-
<kotlin.version>1.9.20</kotlin.version>
89-
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
88+
<kotlin.version>1.9.23</kotlin.version>
89+
<kotlinx-coroutines.version>1.8.0</kotlinx-coroutines.version>
9090
<mockk.version>1.13.7</mockk.version>
9191
</properties>
9292

0 commit comments

Comments
 (0)