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 6767 <dependency >
6868 <groupId >info.picocli</groupId >
6969 <artifactId >picocli</artifactId >
70- <version >4.7.3 </version >
70+ <version >4.7.4 </version >
7171 </dependency >
7272 <dependency >
7373 <groupId >org.junit.jupiter</groupId >
154154 <plugin >
155155 <groupId >org.apache.maven.plugins</groupId >
156156 <artifactId >maven-failsafe-plugin</artifactId >
157- <version >3.0 .0</version >
157+ <version >3.1 .0</version >
158158 <configuration >
159159 <groups >${test.groups} </groups >
160160 </configuration >
213213 <plugin >
214214 <groupId >org.apache.maven.plugins</groupId >
215215 <artifactId >maven-checkstyle-plugin</artifactId >
216- <version >3.2.2 </version >
216+ <version >3.3.0 </version >
217217 <executions >
218218 <execution >
219219 <id >checkstyle</id >
241241 <dependency >
242242 <groupId >com.puppycrawl.tools</groupId >
243243 <artifactId >checkstyle</artifactId >
244- <version >10.10 .0</version >
244+ <version >10.12 .0</version >
245245 </dependency >
246246 </dependencies >
247247 </plugin >
248248 <plugin >
249249 <groupId >org.apache.maven.plugins</groupId >
250250 <artifactId >maven-surefire-plugin</artifactId >
251- <version >3.0 .0</version >
251+ <version >3.1 .0</version >
252252 <configuration >
253253 <groups >unit</groups >
254254 <excludedGroups >failing</excludedGroups >
You can’t perform that action at this time.
0 commit comments