Skip to content

Commit 088d578

Browse files
committed
Dependencies update
1 parent dc6ea39 commit 088d578

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

example-cucumber6/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-surefire-plugin</artifactId>
93-
<version>3.5.1</version>
93+
<version>3.5.4</version>
9494
<configuration>
9595
<includes>
9696
<include>**/BasicRunTest.class</include>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-surefire-plugin</artifactId>
110-
<version>3.5.1</version>
110+
<version>3.5.4</version>
111111
<configuration>
112112
<includes>
113113
<include>**/BasicReRunTest.class</include>

example-junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-surefire-plugin</artifactId>
65-
<version>2.22.2</version>
65+
<version>3.5.4</version>
6666
<configuration>
6767
<argLine>
6868
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar"

example-spock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.0.0-M6</version>
89+
<version>3.5.4</version>
9090
<configuration>
9191
<useModulePath>false</useModulePath> <!-- https://issues.apache.org/jira/browse/SUREFIRE-1809 -->
9292
<useFile>false</useFile>

example-testng-fork-execution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.5.1</version>
58+
<version>3.5.4</version>
5959
<configuration>
6060
<forkCount>2</forkCount>
6161
<reuseForks>false</reuseForks>

example-testng-log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-surefire-plugin</artifactId>
95-
<version>2.22.2</version>
95+
<version>3.5.4</version>
9696
<configuration>
9797

9898
<!-- Uncomment it if you don't want your build to be failed in case of test errors -->

0 commit comments

Comments
 (0)