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.5.2 (#262)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent d43ffc5 commit 2fd5f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion best-practice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<selenium.version>4.28.1</selenium.version>
<appium.version>9.4.0</appium.version>
<sauce_junit4.version>1.5.0</sauce_junit4.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
<maven.surefire.version>3.5.2</maven.surefire.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion selenium-testng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<sauce_testng.version>1.5.0</sauce_testng.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
<maven.surefire.version>3.5.2</maven.surefire.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2fd5f65

Please sign in to comment.