Upgrade to Kotlin Coroutines 1.6.2.

See #1743
This commit is contained in:
Mark Paluch
2022-06-14 11:08:20 +02:00
parent 430a257e69
commit b9620eb1df

View File

@@ -114,7 +114,7 @@
<junit>4.13.2</junit>
<junit5>5.8.2</junit5>
<kotlin>1.6.21</kotlin>
<kotlin-coroutines>1.6.1</kotlin-coroutines>
<kotlin-coroutines>1.6.2</kotlin-coroutines>
<logback>1.2.5</logback>
<lombok>1.18.20</lombok>
<mockito>4.4.0</mockito>