Skip to content

Commit

Permalink
Update dependency io.appium:java-client to v9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent bb91c0e commit 4bbcf1d
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.0.0</appium.version>
<appium.version>9.2.3</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.5</testng.version>
<appium.version>9.0.0</appium.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.14.1</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.0.0-M5</maven.surefire.version>
<appium.version>9.0.0</appium.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.14.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 @@ -14,7 +14,7 @@

<properties>
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
<appium.version>9.0.0</appium.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.14.1</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.14.1</selenium.version>
<appium.version>9.0.0</appium.version>
<appium.version>9.2.3</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.0.0-M5</maven.surefire.version>
<appium.version>9.0.0</appium.version>
<appium.version>9.2.3</appium.version>
<selenium.version>4.14.1</selenium.version>
</properties>

Expand Down

0 comments on commit 4bbcf1d

Please sign in to comment.