Skip to content

Commit a5bef8d

Browse files
feat: Upgrade Selenium to 4.33.0
This commit upgrades the Selenium framework dependencies from version 4.20.0 to 4.33.0. This update includes the latest features and bug fixes from Selenium. The following dependencies were updated: org.seleniumhq.selenium:selenium-api org.seleniumhq.selenium:selenium-java The project version has also been incremented to 1.2.23_cloud to incorporate these changes.
1 parent 53950bf commit a5bef8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

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

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

3535
dependencies {
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'
37+
implementation 'org.seleniumhq.selenium:selenium-api:4.33.0'
38+
implementation 'org.seleniumhq.selenium:selenium-java:4.33.0'
3939
implementation 'io.appium:java-client:9.2.2'
4040
implementation 'org.apache.commons:commons-lang3:3.12.0'
4141
implementation 'org.testng:testng:7.4.0'

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.22_cloud
6+
VERSION_NAME=1.2.23_cloud
77

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

0 commit comments

Comments
 (0)