Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ repositories {
}

group = 'com.testsigma'
version = '1.2.22_cloud'
version = '1.2.23_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 'org.seleniumhq.selenium:selenium-api:4.33.0'
implementation 'org.seleniumhq.selenium:selenium-java:4.33.0'
implementation 'io.appium:java-client:9.2.2'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.testng:testng:7.4.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.23_cloud

POM_NAME=Testsigma Java SDK
POM_DESCRIPTION=Testsigma Java SDK
Expand Down
Loading