Skip to content

Commit f73b7e6

Browse files
committed
Upgrade to Kotlin 1.7.
Closes #1752
1 parent 8760e9b commit f73b7e6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

parent/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<source.level>17</source.level>
9797
<dist.id>${project.artifactId}</dist.id>
9898
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
99-
<kotlin.api.target>1.6</kotlin.api.target>
99+
<kotlin.api.target>1.7</kotlin.api.target>
100100

101101
<apt>1.1.3</apt>
102102
<aspectj>1.9.9.1</aspectj>
@@ -116,8 +116,8 @@
116116
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
117117
<junit>4.13.2</junit>
118118
<junit5>5.8.2</junit5>
119-
<kotlin>1.6.21</kotlin>
120-
<kotlin-coroutines>1.6.1</kotlin-coroutines>
119+
<kotlin>1.7.0</kotlin>
120+
<kotlin-coroutines>1.6.2</kotlin-coroutines>
121121
<logback>1.2.5</logback>
122122
<lombok>1.18.20</lombok>
123123
<micrometer>1.10.0-SNAPSHOT</micrometer>
@@ -1209,7 +1209,9 @@
12091209
<apiVersion>${kotlin.api.target}</apiVersion>
12101210
<languageVersion>${kotlin.api.target}</languageVersion>
12111211
<args>
1212+
<arg>-Xjsr305=strict</arg>
12121213
<arg>-Xsuppress-version-warnings</arg>
1214+
<arg>-opt-in=kotlin.RequiresOptIn</arg>
12131215
</args>
12141216
</configuration>
12151217
<executions>

0 commit comments

Comments
 (0)