Skip to content

Commit 9a12d0f

Browse files
committed
AUT-7054 downgrade selenium and appium to latest w/o breaking changes to caps parsing
1 parent 0336f56 commit 9a12d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
<org.testng.version>7.11.0</org.testng.version>
5151
<cucumber-java.version>7.23.0</cucumber-java.version>
52-
<io.appium.version>9.5.0</io.appium.version>
52+
<io.appium.version>9.2.2</io.appium.version>
5353
<!-- MUST update with Appium above to make sure the versions are compatible-->
54-
<org.seleniumhq.selenium.version>4.34.0</org.seleniumhq.selenium.version>
54+
<org.seleniumhq.selenium.version>4.19.0</org.seleniumhq.selenium.version>
5555
<log4j.version>2.24.3</log4j.version>
5656
<commons.io.version>2.19.0</commons.io.version>
5757
<org.apache.commons.version>3.17.0</org.apache.commons.version>

0 commit comments

Comments
 (0)