File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828}
2929
3030group = ' com.testsigma'
31- version = ' 1.2.24_cloud '
31+ version = ' 1.2.25_cloud '
3232description = ' Testsigma Java SDK'
3333java. sourceCompatibility = JavaVersion . VERSION_11
3434
@@ -37,9 +37,9 @@ dependencies {
3737 implementation ' org.seleniumhq.selenium:selenium-api:4.33.0'
3838 implementation ' org.seleniumhq.selenium:selenium-java:4.33.0'
3939 implementation ' io.appium:java-client:9.4.0'
40- implementation ' org.apache.commons:commons-lang3:3.12 .0'
41- implementation ' org.testng:testng:7.4 .0'
42- implementation ' org.json:json:20160810 '
40+ implementation ' org.apache.commons:commons-lang3:3.18 .0'
41+ implementation ' org.testng:testng:7.7 .0'
42+ implementation ' org.json:json:20231013 '
4343 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.13.0'
4444 annotationProcessor ' org.projectlombok:lombok:1.18.20'
4545 implementation ' org.apache.httpcomponents:httpclient:4.5.14'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ signAllPublications=true
44
55GROUP =com.testsigma
66POM_ARTIFACT_ID =testsigma-java-sdk
7- VERSION_NAME =1.2.24_cloud
7+ VERSION_NAME =1.2.25_cloud
88
99POM_NAME =Testsigma Java SDK
1010POM_DESCRIPTION =Testsigma Java SDK
You can’t perform that action at this time.
0 commit comments