We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65b946 commit 4fde853Copy full SHA for 4fde853
build.gradle
@@ -7,7 +7,7 @@ repositories { mavenCentral() }
7
dependencies {
8
implementation 'org.testng:testng:7.4.0'
9
implementation 'commons-io:commons-io:1.3.2'
10
- implementation 'org.seleniumhq.selenium:selenium-java:3.141.59'
+ implementation 'org.seleniumhq.selenium:selenium-java:4.1.0'
11
implementation 'com.browserstack:browserstack-local-java:1.0.6'
12
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
13
compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'
0 commit comments