Upgrade to Kotlin 1.8.10.

Fixes #1948.
This commit is contained in:
Oliver Drotbohm
2023-03-17 12:44:14 +01:00
parent 898a88542c
commit 6752b78d9b

View File

@@ -115,7 +115,7 @@
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
<junit>4.13.2</junit>
<junit5>5.9.2</junit5>
<kotlin>1.7.21</kotlin>
<kotlin>1.8.10</kotlin>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.4.1</logback>
<lombok>1.18.20</lombok>