Skip to content

Commit

Permalink
Update dependency io.appium:java-client to v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 7678671 commit 450df96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appium-junit4-cucumber-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
</properties>

<artifactId>appium-junit4-cucumber-examples</artifactId>
Expand Down
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 @@ -16,7 +16,7 @@
<testngXmlDir>src/test/resources/config</testngXmlDir>
<testngXmlFile>myDemoTests.xml</testngXmlFile>
<testng.version>7.10.2</testng.version>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
<selenium.version>4.25.0</selenium.version>
</properties>

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 @@ -14,7 +14,7 @@

<properties>
<maven.surefire.version>3.5.1</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
<selenium.version>4.25.0</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 @@ -14,7 +14,7 @@

<properties>
<maven.surefire.version>3.5.1</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
<selenium.version>4.25.0</selenium.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion best-practice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<selenium.version>4.25.0</selenium.version>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
</properties>

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

<properties>
<maven.surefire.version>3.5.1</maven.surefire.version>
<appium.version>9.3.0</appium.version>
<appium.version>9.4.0</appium.version>
<selenium.version>4.25.0</selenium.version>
</properties>

Expand Down

0 comments on commit 450df96

Please sign in to comment.