Skip to content

Commit a17d183

Browse files
Update versions in WIKI
1 parent 5dd97bd commit a17d183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Installing-the-project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<dependency>
55
<groupId>io.appium</groupId>
66
<artifactId>java-client</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.1.1</version>
88
</dependency>
99
```
1010

11-
It currently depends on selenium-java 2.53.0. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:
11+
It currently depends on selenium-java 2.53.1. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:
1212

1313
```
1414
<dependency>
1515
<groupId>io.appium</groupId>
1616
<artifactId>java-client</artifactId>
17-
<version>4.0.0</version>
17+
<version>4.1.1</version>
1818
<exclusions>
1919
<exclusion>
2020
<groupId>org.seleniumhq.selenium</groupId>
@@ -28,4 +28,4 @@ It currently depends on selenium-java 2.53.0. If it is necessary to use another
2828
<artifactId>selenium-java</artifactId>
2929
<version>${selenium.version.you.require}</version>
3030
</dependency>
31-
```
31+
```

0 commit comments

Comments
 (0)