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 63
63
<dependency >
64
64
<groupId >info.picocli</groupId >
65
65
<artifactId >picocli</artifactId >
66
- <version >4.7.1 </version >
66
+ <version >4.7.3 </version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.junit.jupiter</groupId >
70
70
<artifactId >junit-jupiter-engine</artifactId >
71
- <version >5.9.2 </version >
71
+ <version >5.9.3 </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
<dependency >
213
213
<plugin >
214
214
<groupId >org.apache.maven.plugins</groupId >
215
215
<artifactId >maven-checkstyle-plugin</artifactId >
216
- <version >3.2.1 </version >
216
+ <version >3.2.2 </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.9.3 </version >
244
+ <version >10.10.0 </version >
245
245
</dependency >
246
246
</dependencies >
247
247
</plugin >
260
260
<plugin >
261
261
<groupId >org.jacoco</groupId >
262
262
<artifactId >jacoco-maven-plugin</artifactId >
263
- <version >0.8.9 </version >
263
+ <version >0.8.10 </version >
264
264
<executions >
265
265
<execution >
266
266
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments