Upgrade to Kotlin Coroutines 1.6.1.

See #1705
This commit is contained in:
Mark Paluch
2022-04-19 09:09:57 +02:00
parent 5d495b1f54
commit ee6b497002

View File

@@ -113,7 +113,7 @@
<junit>4.13.2</junit>
<junit5>5.8.2</junit5>
<kotlin>1.6.20</kotlin>
<kotlin-coroutines>1.6.0</kotlin-coroutines>
<kotlin-coroutines>1.6.1</kotlin-coroutines>
<logback>1.2.5</logback>
<lombok>1.18.20</lombok>
<mockito>4.4.0</mockito>