Skip to content

Commit 4ddbcf2

Browse files
Merge pull request #31 from kamal-kaur04/bump-selenium-version
fix: version bump selenium-java 4.13.0
2 parents 7687a6c + 2f71c1d commit 4ddbcf2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

android/testng-examples/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<artifactId>testng</artifactId>
2626
<version>7.5</version>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.seleniumhq.selenium</groupId>
30+
<artifactId>selenium-java</artifactId>
31+
<version>4.13.0</version>
32+
</dependency>
2833
<dependency>
2934
<groupId>io.appium</groupId>
3035
<artifactId>java-client</artifactId>
@@ -35,11 +40,6 @@
3540
<artifactId>commons-io</artifactId>
3641
<version>2.11.0</version>
3742
</dependency>
38-
<dependency>
39-
<groupId>org.seleniumhq.selenium</groupId>
40-
<artifactId>selenium-remote-driver</artifactId>
41-
<version>4.6.0</version>
42-
</dependency>
4343
<dependency>
4444
<groupId>com.googlecode.json-simple</groupId>
4545
<artifactId>json-simple</artifactId>

ios/testng-examples/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<artifactId>testng</artifactId>
2626
<version>7.5</version>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.seleniumhq.selenium</groupId>
30+
<artifactId>selenium-java</artifactId>
31+
<version>4.13.0</version>
32+
</dependency>
2833
<dependency>
2934
<groupId>io.appium</groupId>
3035
<artifactId>java-client</artifactId>
@@ -35,11 +40,6 @@
3540
<artifactId>commons-io</artifactId>
3641
<version>2.11.0</version>
3742
</dependency>
38-
<dependency>
39-
<groupId>org.seleniumhq.selenium</groupId>
40-
<artifactId>selenium-remote-driver</artifactId>
41-
<version>4.6.0</version>
42-
</dependency>
4343
<dependency>
4444
<groupId>com.googlecode.json-simple</groupId>
4545
<artifactId>json-simple</artifactId>

0 commit comments

Comments
 (0)