Upgrade to Kotlin 1.8.22.

See #2017
This commit is contained in:
Mark Paluch
2023-06-13 08:46:52 +02:00
parent 50189a2422
commit 88ad34eea1

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.9.3</junit5>
<kotlin>1.8.21</kotlin>
<kotlin>1.8.22</kotlin>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.4.1</logback>
<lombok>1.18.20</lombok>
@@ -1363,4 +1362,4 @@
</repository>
</repositories>
</project>
</project>