Upgrade to Kotlin Coroutines 1.7.2.

See #2044
This commit is contained in:
Mark Paluch
2023-07-03 09:54:53 +02:00
parent 835e21bf7b
commit d1a15ca84a

View File

@@ -116,7 +116,7 @@
<junit>4.13.2</junit>
<junit5>5.9.3</junit5>
<kotlin>1.8.21</kotlin>
<kotlin-coroutines>1.7.1</kotlin-coroutines>
<kotlin-coroutines>1.7.2</kotlin-coroutines>
<logback>1.4.1</logback>
<lombok>1.18.28</lombok>
<micrometer>1.12.0-SNAPSHOT</micrometer>