File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories { mavenCentral() }
7
7
dependencies {
8
8
implementation ' org.testng:testng:7.4.0'
9
9
implementation ' commons-io:commons-io:1.3.2'
10
- implementation ' org.seleniumhq.selenium:selenium-java:4.1.0 '
10
+ implementation ' org.seleniumhq.selenium:selenium-java:4.1.4 '
11
11
implementation ' com.browserstack:browserstack-local-java:1.0.6'
12
12
implementation ' com.googlecode.json-simple:json-simple:1.1.1'
13
13
compileOnly ' com.browserstack:browserstack-java-sdk:latest.release'
Original file line number Diff line number Diff line change 16
16
<maven .compiler.target>1.8</maven .compiler.target>
17
17
<testng .version>7.4.0</testng .version>
18
18
<surefire .version>2.19.1</surefire .version>
19
- <selenium .version>4.1.0 </selenium .version>
19
+ <selenium .version>4.1.4 </selenium .version>
20
20
<json-simple .version>1.1.1</json-simple .version>
21
21
<config .file>config/sample-test.testng.xml</config .file>
22
22
</properties >
You can’t perform that action at this time.
0 commit comments