Skip to content

Commit 7d76def

Browse files
committed
Upgrade to Kotlin 1.9.21.
See #2187
1 parent 5985e94 commit 7d76def

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<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">
1+
<?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">
32

43
<!--
54
@@ -116,7 +115,7 @@
116115
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
117116
<junit>4.13.2</junit>
118117
<junit5>5.10.1</junit5>
119-
<kotlin>1.9.20</kotlin>
118+
<kotlin>1.9.21</kotlin>
120119
<kotlin-coroutines>1.7.3</kotlin-coroutines>
121120
<logback>1.4.13</logback>
122121
<micrometer>1.12.1</micrometer>
@@ -1440,4 +1439,4 @@
14401439
</repository>
14411440
</repositories>
14421441

1443-
</project>
1442+
</project>

0 commit comments

Comments
 (0)