Upgrade to Kotlin Coroutines 1.6.4.

See #1793
This commit is contained in:
Mark Paluch
2022-09-12 10:00:06 +02:00
parent 2b5030b830
commit 065be5c4ce

View File

@@ -115,7 +115,7 @@
<junit>4.13.2</junit>
<junit5>5.8.2</junit5>
<kotlin>1.7.20-RC</kotlin>
<kotlin-coroutines>1.6.3</kotlin-coroutines>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.2.5</logback>
<lombok>1.18.20</lombok>
<micrometer>1.10.0-SNAPSHOT</micrometer>