Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v…
Browse files Browse the repository at this point in the history
…3.4.0 (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 0b95ddb commit 5eac03d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appium/appium-app/appium-app-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>appium-app-examples</artifactId>

<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<selenium.version>4.23.1</selenium.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion appium/appium-web/appium-web-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>appium-web-examples</artifactId>

<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<selenium.version>4.23.1</selenium.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion gitpod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>gitpod</artifactId>

<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<selenium.version>4.23.1</selenium.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<sauce_junit5.version>1.0.0</sauce_junit5.version>
<sauce_junit4.version>1.5.0</sauce_junit4.version>
<sauce_testng.version>1.5.0</sauce_testng.version>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
</properties>

<modules>
Expand Down

0 comments on commit 5eac03d

Please sign in to comment.