Upgrade to Kotlin 1.9.25.

See #2341
This commit is contained in:
Mark Paluch
2024-08-08 09:59:13 +02:00
parent cd916a7128
commit 7f559d60d6

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.3</junit5>
<kotlin>1.9.24</kotlin>
<kotlin>1.9.25</kotlin>
<kotlin-coroutines>1.7.3</kotlin-coroutines>
<logback>1.4.13</logback>
<micrometer>1.12.8</micrometer>
@@ -520,7 +519,7 @@
<configuration>
<target>
<copy todir="${project.root}/target/antora/modules/ROOT/assets/attachments/api/java">
<fileset dir="${project.root}/target/site/apidocs" erroronmissingdir="true" />
<fileset dir="${project.root}/target/site/apidocs" erroronmissingdir="true"/>
</copy>
</target>
</configuration>
@@ -1457,4 +1456,4 @@
</repository>
</repositories>
</project>
</project>