Skip to content

Commit

Permalink
Upgrade to Kotlin 1.9.21.
Browse files Browse the repository at this point in the history
See #2187
  • Loading branch information
mp911de committed Dec 14, 2023
1 parent 5985e94 commit 7d76def
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -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">

<!--
Expand Down Expand Up @@ -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.1</junit5>
<kotlin>1.9.20</kotlin>
<kotlin>1.9.21</kotlin>
<kotlin-coroutines>1.7.3</kotlin-coroutines>
<logback>1.4.13</logback>
<micrometer>1.12.1</micrometer>
Expand Down Expand Up @@ -1440,4 +1439,4 @@
</repository>
</repositories>

</project>
</project>

0 comments on commit 7d76def

Please sign in to comment.