File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
1717 <cucumber .version>7.14.0</cucumber .version>
18- <testng .version>7.5.1 </testng .version>
18+ <testng .version>7.10.2 </testng .version>
1919 <selenium-java .version>4.27.0</selenium-java .version>
2020 <java-client .version>9.4.0</java-client .version>
2121 <browserstack-local-java .version>1.0.6</browserstack-local-java .version>
2424 </properties >
2525
2626 <dependencies >
27+
28+ <dependency >
29+ <groupId >commons-io</groupId >
30+ <artifactId >commons-io</artifactId >
31+ <version >2.18.0</version > <!-- Check for the latest version -->
32+ </dependency >
33+
2734 <dependency >
2835 <groupId >org.testng</groupId >
2936 <artifactId >testng</artifactId >
You can’t perform that action at this time.
0 commit comments