File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
<dependency >
68
68
<groupId >info.picocli</groupId >
69
69
<artifactId >picocli</artifactId >
70
- <version >4.7.5 </version >
70
+ <version >4.7.6 </version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >org.junit.jupiter</groupId >
78
78
<dependency >
79
79
<groupId >uk.org.webcompere</groupId >
80
80
<artifactId >system-stubs-jupiter</artifactId >
81
- <version >2.0.2 </version >
81
+ <version >2.1.7 </version >
82
82
<scope >test</scope >
83
83
</dependency >
84
84
<dependency >
163
163
<plugin >
164
164
<groupId >org.codehaus.mojo</groupId >
165
165
<artifactId >exec-maven-plugin</artifactId >
166
- <version >3.1.0 </version >
166
+ <version >3.4.1 </version >
167
167
<executions >
168
168
<execution >
169
169
<id >generate-autocompletion-script</id >
214
214
<plugin >
215
215
<groupId >org.apache.maven.plugins</groupId >
216
216
<artifactId >maven-checkstyle-plugin</artifactId >
217
- <version >3.3 .0</version >
217
+ <version >3.5 .0</version >
218
218
<executions >
219
219
<execution >
220
220
<id >checkstyle</id >
249
249
<plugin >
250
250
<groupId >org.apache.maven.plugins</groupId >
251
251
<artifactId >maven-surefire-plugin</artifactId >
252
- <version >3.1.2 </version >
252
+ <version >3.5.1 </version >
253
253
<configuration >
254
254
<groups >unit</groups >
255
255
<excludedGroups >failing</excludedGroups >
You can’t perform that action at this time.
0 commit comments