Skip to content

Commit 57cce55

Browse files
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3a1262 commit 57cce55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appium/appium-app/appium-app-best-practice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.0.0-M4</version>
80+
<version>3.3.1</version>
8181
<configuration>
8282
<suiteXmlFiles>
8383
<suiteXmlFile>${testngXmlDir}/${testngXmlFile}</suiteXmlFile>

selenium-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-surefire-plugin</artifactId>
68-
<version>3.1.2</version>
68+
<version>3.3.1</version>
6969
<configuration>
7070
<properties>
7171
<configurationParameters>

selenium-junit4-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-surefire-plugin</artifactId>
54-
<version>3.1.2</version>
54+
<version>3.3.1</version>
5555
<configuration>
5656
<parallel>all</parallel>
5757
<threadCountMethods>${surefire.parallel}</threadCountMethods>

0 commit comments

Comments
 (0)