File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313
1414 <!-- add junit -->
15- <junit .jupiter.version>5.6.2 </junit .jupiter.version>
15+ <junit .jupiter.version>5.14.0 </junit .jupiter.version>
1616
1717 <!-- configure the compiler via properties rather than plugin -->
1818 <maven .compiler.source>21</maven .compiler.source>
2727
2828
2929 <!-- configure webdriver version -->
30- <selenium-webdriver-version >4.20 .0</selenium-webdriver-version >
30+ <selenium-webdriver-version >4.36 .0</selenium-webdriver-version >
3131 </properties >
3232
3333 <!--
5353 <scope >test</scope >
5454 </dependency >
5555
56- <!-- adding the api and engine allow JUnit 5 to work -->
5756 <dependency >
5857 <groupId >org.junit.jupiter</groupId >
59- <artifactId >junit-jupiter-api</artifactId >
60- <version >${junit.jupiter.version} </version >
61- <scope >test</scope >
62- </dependency >
63- <dependency >
64- <groupId >org.junit.jupiter</groupId >
65- <artifactId >junit-jupiter-engine</artifactId >
58+ <artifactId >junit-jupiter</artifactId >
6659 <version >${junit.jupiter.version} </version >
6760 <scope >test</scope >
6861 </dependency >
You can’t perform that action at this time.
0 commit comments