diff --git a/build.gradle b/build.gradle index a5e2380..b046ecd 100644 --- a/build.gradle +++ b/build.gradle @@ -28,15 +28,15 @@ repositories { } group = 'com.testsigma' -version = '1.2.22_cloud' +version = '1.2.24_cloud' description = 'Testsigma Java SDK' java.sourceCompatibility = JavaVersion.VERSION_11 dependencies { implementation 'org.projectlombok:lombok:1.18.20' - implementation 'org.seleniumhq.selenium:selenium-api:4.20.0' - implementation 'org.seleniumhq.selenium:selenium-java:4.20.0' - implementation 'io.appium:java-client:9.2.2' + implementation 'org.seleniumhq.selenium:selenium-api:4.33.0' + implementation 'org.seleniumhq.selenium:selenium-java:4.33.0' + implementation 'io.appium:java-client:9.4.0' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.testng:testng:7.4.0' implementation 'org.json:json:20160810' diff --git a/gradle.properties b/gradle.properties index c87a176..4c13b8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true GROUP=com.testsigma POM_ARTIFACT_ID=testsigma-java-sdk -VERSION_NAME=1.2.22_cloud +VERSION_NAME=1.2.24_cloud POM_NAME=Testsigma Java SDK POM_DESCRIPTION=Testsigma Java SDK