Skip to content

Commit

Permalink
upgrade appium and selenium versions
Browse files Browse the repository at this point in the history
need appium fix for screenshot
appium/java-client#1783
  • Loading branch information
mattonem committed Dec 1, 2022
1 parent 0fafad0 commit 6a3249e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/testng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.1.1</version>
<version>8.2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.4.0</version>
<version>4.6.0</version>
</dependency>
<dependency>
<groupId>com.browserstack</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ios/testng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.1.1</version>
<version>8.2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.4.0</version>
<version>4.6.0</version>
</dependency>
<dependency>
<groupId>com.browserstack</groupId>
Expand Down

0 comments on commit 6a3249e

Please sign in to comment.