Upgrade to Kotlin Coroutines 1.4.3.

See #1393
This commit is contained in:
Mark Paluch
2021-03-11 09:53:36 +01:00
parent de6614c839
commit d8cd219cb1

View File

@@ -112,7 +112,7 @@
<junit>4.13.2</junit>
<junit5>5.7.1</junit5>
<kotlin>1.4.31</kotlin>
<kotlin-coroutines>1.4.2</kotlin-coroutines>
<kotlin-coroutines>1.4.3</kotlin-coroutines>
<logback>1.2.3</logback>
<lombok>1.18.16</lombok>
<mockito>3.5.15</mockito>