Upgrade to Kotlin Coroutines 1.4.3.

See #1397
This commit is contained in:
Mark Paluch
2021-03-11 10:00:32 +01:00
parent fe74650c57
commit 7ba4eb34d7

View File

@@ -113,7 +113,7 @@
<junit>4.13.2</junit>
<junit5>5.7.1</junit5>
<kotlin>1.4.30</kotlin>
<kotlin-coroutines>1.4.2</kotlin-coroutines>
<kotlin-coroutines>1.4.3</kotlin-coroutines>
<logback>1.2.3</logback>
<lombok>1.18.18</lombok>
<mockito>3.7.7</mockito>