Upgrade to Kotlin 1.9.23.

See #2286
This commit is contained in:
Mark Paluch
2024-05-06 09:43:49 +02:00
parent 02573b36db
commit 2e0497f16e

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--
@@ -116,7 +115,7 @@
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
<junit>4.13.2</junit>
<junit5>5.10.2</junit5>
<kotlin>1.9.22</kotlin>
<kotlin>1.9.23</kotlin>
<kotlin-coroutines>1.8.0</kotlin-coroutines>
<logback>1.4.13</logback>
<micrometer>1.13.0-RC1</micrometer>
@@ -1419,4 +1418,4 @@
</repository>
</repositories>
</project>
</project>