File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments