Skip to content

Commit 1066123

Browse files
feat: Upgrade Appium java client to latest version 9.4.0
1 parent a5bef8d commit 1066123

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ repositories {
2828
}
2929

3030
group = 'com.testsigma'
31-
version = '1.2.23_cloud'
31+
version = '1.2.24_cloud'
3232
description = 'Testsigma Java SDK'
3333
java.sourceCompatibility = JavaVersion.VERSION_11
3434

3535
dependencies {
3636
implementation 'org.projectlombok:lombok:1.18.20'
3737
implementation 'org.seleniumhq.selenium:selenium-api:4.33.0'
3838
implementation 'org.seleniumhq.selenium:selenium-java:4.33.0'
39-
implementation 'io.appium:java-client:9.2.2'
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'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true
33

44
GROUP=com.testsigma
55
POM_ARTIFACT_ID=testsigma-java-sdk
6-
VERSION_NAME=1.2.23_cloud
6+
VERSION_NAME=1.2.24_cloud
77

88
POM_NAME=Testsigma Java SDK
99
POM_DESCRIPTION=Testsigma Java SDK

0 commit comments

Comments
 (0)