File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 112
112
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
113
113
<junit >4.13.2</junit >
114
114
<junit5 >5.7.1</junit5 >
115
- <kotlin >1.4.32 </kotlin >
115
+ <kotlin >1.5.0 </kotlin >
116
116
<kotlin-coroutines >1.4.3</kotlin-coroutines >
117
117
<logback >1.2.3</logback >
118
118
<lombok >1.18.20</lombok >
1124
1124
<apiVersion >1.3</apiVersion >
1125
1125
<languageVersion >1.3</languageVersion >
1126
1126
<skip >${maven.kotlin.skip} </skip >
1127
+ <args >
1128
+ <arg >-Xsuppress-version-warnings</arg >
1129
+ </args >
1127
1130
</configuration >
1128
1131
<executions >
1129
1132
<execution >
1146
1149
<goal >test-compile</goal >
1147
1150
</goals >
1148
1151
<configuration >
1152
+ <apiVersion >1.5</apiVersion >
1153
+ <languageVersion >1.5</languageVersion >
1149
1154
<sourceDirs >
1150
1155
<sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
1151
1156
<sourceDir >${project.basedir} /src/test/java</sourceDir >
You can’t perform that action at this time.
0 commit comments