File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ repositories {
2828}
2929
3030group = ' com.testsigma'
31- version = ' 1.2.22_cloud '
31+ version = ' 1.2.24_cloud '
3232description = ' Testsigma Java SDK'
3333java. sourceCompatibility = JavaVersion . VERSION_11
3434
3535dependencies {
3636 implementation ' org.projectlombok:lombok:1.18.20'
37- implementation ' org.seleniumhq.selenium:selenium-api:4.20 .0'
38- implementation ' org.seleniumhq.selenium:selenium-java:4.20 .0'
39- implementation ' io.appium:java-client:9.2.2 '
37+ implementation ' org.seleniumhq.selenium:selenium-api:4.33 .0'
38+ implementation ' org.seleniumhq.selenium:selenium-java:4.33 .0'
39+ implementation ' io.appium:java-client:9.4.0 '
4040 implementation ' org.apache.commons:commons-lang3:3.12.0'
4141 implementation ' org.testng:testng:7.4.0'
4242 implementation ' org.json:json:20160810'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true
33
44GROUP =com.testsigma
55POM_ARTIFACT_ID =testsigma-java-sdk
6- VERSION_NAME =1.2.22_cloud
6+ VERSION_NAME =1.2.24_cloud
77
88POM_NAME =Testsigma Java SDK
99POM_DESCRIPTION =Testsigma Java SDK
You can’t perform that action at this time.
0 commit comments