Skip to content

Commit

Permalink
Bump io.appium:java-client from 8.5.1 to 9.0.0 (#722)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Oct 16, 2023
1 parent defac28 commit 312c1ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ext {
extentreportsVersion = "5.1.1"
cucumberVersion = "7.14.0"
springBootVersion = "3.1.4"
appiumVersion = "8.5.1"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
}

Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ext {
extentreportsVersion = "5.1.1"
cucumberVersion = "7.14.0"
springBootVersion = "3.1.4"
appiumVersion = "8.5.1"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
}

Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ext {
extentreportsVersion = "5.1.1"
cucumberVersion = "7.14.0"
springBootVersion = "3.1.4"
appiumVersion = "8.5.1"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
}

Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ext {
extentreportsVersion = "5.1.1"
cucumberVersion = "7.14.0"
springBootVersion = "3.1.4"
appiumVersion = "8.5.1"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
}

Expand Down

0 comments on commit 312c1ae

Please sign in to comment.