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 219219 <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
220220 <plugin >
221221 <artifactId >maven-clean-plugin</artifactId >
222- <version >3.4.1 </version >
222+ <version >3.5.0 </version >
223223 </plugin >
224224 <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
225225 <plugin >
236236 </plugin >
237237 <plugin >
238238 <artifactId >maven-surefire-plugin</artifactId >
239- <version >3.5.2 </version >
239+ <version >3.5.3 </version >
240240 <configuration >
241241 <includes >
242242 <include >**/Test*.java</include >
362362 <plugin >
363363 <groupId >org.codehaus.mojo</groupId >
364364 <artifactId >exec-maven-plugin</artifactId >
365- <version >3.5.0 </version >
365+ <version >3.5.1 </version >
366366 </plugin >
367367 <plugin >
368368 <groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments