Skip to content

Commit c23602b

Browse files
committed
Upgrade to Kotlin 2.2.0.
Closes #2593
1 parent 66a7c50 commit c23602b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

parent/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<source.level>17</source.level>
9696
<dist.id>${project.artifactId}</dist.id>
9797
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
98-
<kotlin.api.target>2.1</kotlin.api.target>
98+
<kotlin.api.target>2.2</kotlin.api.target>
9999
<kotlin.jvm.target>17</kotlin.jvm.target>
100100

101101
<apt>1.1.3</apt>
@@ -120,7 +120,7 @@
120120
<jsonpath>2.6.0</jsonpath>
121121
<junit5>5.12.2</junit5>
122122
<junit-pioneer>2.3.0</junit-pioneer>
123-
<kotlin>2.1.20</kotlin>
123+
<kotlin>2.2.0</kotlin>
124124
<kotlin-coroutines>1.10.2</kotlin-coroutines>
125125
<logback>1.5.12</logback>
126126
<microbenchmark>0.5.0.RELEASE</microbenchmark>
@@ -1355,6 +1355,7 @@
13551355
<arg>-Xjsr305=strict</arg>
13561356
<arg>-Xsuppress-version-warnings</arg>
13571357
<arg>-opt-in=kotlin.RequiresOptIn</arg>
1358+
<arg>-Xannotation-default-target=param-property</arg>
13581359
</args>
13591360
</configuration>
13601361
<executions>

0 commit comments

Comments
 (0)