File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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.3 </version >
70
+ <version >4.7.4 </version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >org.junit.jupiter</groupId >
154
154
<plugin >
155
155
<groupId >org.apache.maven.plugins</groupId >
156
156
<artifactId >maven-failsafe-plugin</artifactId >
157
- <version >3.0 .0</version >
157
+ <version >3.1 .0</version >
158
158
<configuration >
159
159
<groups >${test.groups} </groups >
160
160
</configuration >
213
213
<plugin >
214
214
<groupId >org.apache.maven.plugins</groupId >
215
215
<artifactId >maven-checkstyle-plugin</artifactId >
216
- <version >3.2.2 </version >
216
+ <version >3.3.0 </version >
217
217
<executions >
218
218
<execution >
219
219
<id >checkstyle</id >
241
241
<dependency >
242
242
<groupId >com.puppycrawl.tools</groupId >
243
243
<artifactId >checkstyle</artifactId >
244
- <version >10.10 .0</version >
244
+ <version >10.12 .0</version >
245
245
</dependency >
246
246
</dependencies >
247
247
</plugin >
248
248
<plugin >
249
249
<groupId >org.apache.maven.plugins</groupId >
250
250
<artifactId >maven-surefire-plugin</artifactId >
251
- <version >3.0 .0</version >
251
+ <version >3.1 .0</version >
252
252
<configuration >
253
253
<groups >unit</groups >
254
254
<excludedGroups >failing</excludedGroups >
You can’t perform that action at this time.
0 commit comments