Skip to content

Commit

Permalink
Update selenium.version to v4.23.0 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent c6ec796 commit 23290b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appium/appium-app/appium-app-best-practice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<testngXmlFile>myDemoTests.xml</testngXmlFile>
<testng.version>7.10.2</testng.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
</properties>

<dependencies>
Expand Down
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 @@ -15,7 +15,7 @@
<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
</properties>

<dependencies>
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 @@ -15,7 +15,7 @@
<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
</properties>

<!-- You will find Junit and Appium configration in the project level pom.xml -->
Expand Down
2 changes: 1 addition & 1 deletion best-practice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>best-practice</artifactId>

<properties>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
<appium.version>9.2.3</appium.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 @@ -14,7 +14,7 @@
<properties>
<maven.surefire.version>3.3.1</maven.surefire.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.23.0</selenium.version>
<sauce.version>1.5.0</sauce.version>
<sauce_junit5.version>1.0.0</sauce_junit5.version>
<sauce_junit4.version>1.5.0</sauce_junit4.version>
Expand Down

0 comments on commit 23290b1

Please sign in to comment.