Upgrade to Kotlin Coroutines 1.9.0.

See #2386
This commit is contained in:
Mark Paluch
2024-10-10 08:52:18 +02:00
parent cc056cae8c
commit da54c5afdf

View File

@@ -116,7 +116,7 @@
<junit>4.13.2</junit>
<junit5>5.11.0</junit5>
<kotlin>1.9.24</kotlin>
<kotlin-coroutines>1.8.1</kotlin-coroutines>
<kotlin-coroutines>1.9.0</kotlin-coroutines>
<logback>1.4.13</logback>
<micrometer>1.14.0-M3</micrometer>
<micrometer-tracing>1.4.0-M3</micrometer-tracing>