Skip to content

Commit a43064d

Browse files
authored
fix: bump Selenium from 4.0.0 to 4.1.1 (#1613)
Selenium 4.1.1 contains bug fix: HttpClient follows redirects by default. This fix is crucial for some cloud testing providers.
1 parent 1586152 commit a43064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ signing.secretKeyRingFile=PathToYourKeyRingFile
77
ossrhUsername=your-jira-id
88
ossrhPassword=your-jira-password
99

10-
selenium.version=4.0.0
10+
selenium.version=4.1.1

0 commit comments

Comments
 (0)