Skip to content

Commit feb4a42

Browse files
committed
Upgrade to Kotlin 1.5.0.
Closes #1438.
1 parent 5b3bdee commit feb4a42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

parent/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
113113
<junit>4.13.2</junit>
114114
<junit5>5.7.1</junit5>
115-
<kotlin>1.4.32</kotlin>
115+
<kotlin>1.5.0</kotlin>
116116
<kotlin-coroutines>1.4.3</kotlin-coroutines>
117117
<logback>1.2.3</logback>
118118
<lombok>1.18.20</lombok>
@@ -1124,6 +1124,9 @@
11241124
<apiVersion>1.3</apiVersion>
11251125
<languageVersion>1.3</languageVersion>
11261126
<skip>${maven.kotlin.skip}</skip>
1127+
<args>
1128+
<arg>-Xsuppress-version-warnings</arg>
1129+
</args>
11271130
</configuration>
11281131
<executions>
11291132
<execution>
@@ -1146,6 +1149,8 @@
11461149
<goal>test-compile</goal>
11471150
</goals>
11481151
<configuration>
1152+
<apiVersion>1.5</apiVersion>
1153+
<languageVersion>1.5</languageVersion>
11491154
<sourceDirs>
11501155
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
11511156
<sourceDir>${project.basedir}/src/test/java</sourceDir>

0 commit comments

Comments
 (0)