Upgrade to Kotlin Coroutines 1.5.1.

See #1480
This commit is contained in:
Mark Paluch
2021-07-12 08:52:09 +02:00
parent d507a455a6
commit f57c0d0436

View File

@@ -113,7 +113,7 @@
<junit>4.13.2</junit>
<junit5>5.7.1</junit5>
<kotlin>1.5.20</kotlin>
<kotlin-coroutines>1.4.3</kotlin-coroutines>
<kotlin-coroutines>1.5.1</kotlin-coroutines>
<logback>1.2.3</logback>
<lombok>1.18.20</lombok>
<mockito>3.11.1</mockito>