Skip to content

Commit

Permalink
Merge pull request #32 from browserstack/set_compatible_versions
Browse files Browse the repository at this point in the history
Set compatible version for Selenium & Appium
  • Loading branch information
karanshah-browserstack committed Apr 8, 2024
2 parents 4ddbcf2 + 9586aa8 commit 92409d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/testng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.3.0</version>
<version>8.6.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ios/testng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.3.0</version>
<version>8.6.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 92409d1

Please sign in to comment.