File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 219
219
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
220
220
<plugin >
221
221
<artifactId >maven-clean-plugin</artifactId >
222
- <version >3.4.1 </version >
222
+ <version >3.5.0 </version >
223
223
</plugin >
224
224
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
225
225
<plugin >
236
236
</plugin >
237
237
<plugin >
238
238
<artifactId >maven-surefire-plugin</artifactId >
239
- <version >3.5.2 </version >
239
+ <version >3.5.3 </version >
240
240
<configuration >
241
241
<includes >
242
242
<include >**/Test*.java</include >
362
362
<plugin >
363
363
<groupId >org.codehaus.mojo</groupId >
364
364
<artifactId >exec-maven-plugin</artifactId >
365
- <version >3.5.0 </version >
365
+ <version >3.5.1 </version >
366
366
</plugin >
367
367
<plugin >
368
368
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments