Upgrade to Kotlin 1.9.0.

Closes #2049
This commit is contained in:
Emre Arslan
2023-07-11 10:39:57 +03:00
committed by GitHub
parent 8548d87113
commit 4523b24615

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.3</junit5>
<kotlin>1.8.21</kotlin>
<kotlin>1.9.0</kotlin>
<kotlin-coroutines>1.7.2</kotlin-coroutines>
<logback>1.4.1</logback>
<micrometer>1.12.0-SNAPSHOT</micrometer>