Skip to content

Commit 88ad34e

Browse files
committed
Upgrade to Kotlin 1.8.22.
See #2017
1 parent 50189a2 commit 88ad34e

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.9.3</junit5>
119-
<kotlin>1.8.21</kotlin>
118+
<kotlin>1.8.22</kotlin>
120119
<kotlin-coroutines>1.6.4</kotlin-coroutines>
121120
<logback>1.4.1</logback>
122121
<lombok>1.18.20</lombok>
@@ -1363,4 +1362,4 @@
13631362
</repository>
13641363
</repositories>
13651364

1366-
</project>
1365+
</project>

0 commit comments

Comments
 (0)