File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments