Skip to content

Commit 179b257

Browse files
committed
Updated third parties.
1 parent 5fe83f8 commit 179b257

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>info.picocli</groupId>
6969
<artifactId>picocli</artifactId>
70-
<version>4.7.5</version>
70+
<version>4.7.6</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.junit.jupiter</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>uk.org.webcompere</groupId>
8080
<artifactId>system-stubs-jupiter</artifactId>
81-
<version>2.0.2</version>
81+
<version>2.1.7</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.codehaus.mojo</groupId>
165165
<artifactId>exec-maven-plugin</artifactId>
166-
<version>3.1.0</version>
166+
<version>3.4.1</version>
167167
<executions>
168168
<execution>
169169
<id>generate-autocompletion-script</id>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-checkstyle-plugin</artifactId>
217-
<version>3.3.0</version>
217+
<version>3.5.0</version>
218218
<executions>
219219
<execution>
220220
<id>checkstyle</id>
@@ -249,7 +249,7 @@
249249
<plugin>
250250
<groupId>org.apache.maven.plugins</groupId>
251251
<artifactId>maven-surefire-plugin</artifactId>
252-
<version>3.1.2</version>
252+
<version>3.5.1</version>
253253
<configuration>
254254
<groups>unit</groups>
255255
<excludedGroups>failing</excludedGroups>

0 commit comments

Comments
 (0)