Upgrade to Kotlin Coroutines 1.6.4.

See #1787
This commit is contained in:
Mark Paluch
2022-09-12 09:58:38 +02:00
parent d81eff3d99
commit 4171afbdcb

View File

@@ -113,7 +113,7 @@
<junit>4.13.2</junit>
<junit5>5.8.2</junit5>
<kotlin>1.6.21</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>
<mockito>4.4.0</mockito>