Skip to content

Commit 6bae8b7

Browse files
committed
[Selenium 4][Appium] Update libraries versions to resolve the conflict
1 parent f3a4123 commit 6bae8b7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,13 @@
172172
<dependency>
173173
<groupId>com.github.aquality-automation</groupId>
174174
<artifactId>aquality-selenium-core</artifactId>
175-
<version>2.0.2</version>
175+
<version>2.0.3</version>
176176
</dependency>
177177

178178
<dependency>
179179
<groupId>io.appium</groupId>
180180
<artifactId>java-client</artifactId>
181-
<version>8.0.0-beta2</version>
182-
</dependency>
183-
<!-- todo: remove the dependency below after the conflict is resolved-->
184-
<dependency>
185-
<groupId>org.seleniumhq.selenium</groupId>
186-
<artifactId>selenium-java</artifactId>
187-
<version>4.1.0</version>
181+
<version>8.1.1</version>
188182
</dependency>
189183

190184
<dependency>

0 commit comments

Comments
 (0)