File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >org.seleniumhq.selenium</groupId >
77 <artifactId >htmlunit3-driver</artifactId >
8- <version >4.39.0 </version >
8+ <version >4.40.0-SNAPSHOT </version >
99
1010 <name >${project.artifactId} </name >
1111 <description >WebDriver compatible driver for HtmlUnit headless browser</description >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
1717
18- <maven .compiler.source>11</maven .compiler.source>
19- <maven .compiler.target>11</maven .compiler.target>
18+ <maven .compiler.source>17</maven .compiler.source>
19+ <maven .compiler.target>17</maven .compiler.target>
20+ <maven .compiler.release>17</maven .compiler.release>
2021
21- <selenium .version>4.39 .0</selenium .version>
22- <selenium .devtools.artifactId>selenium-devtools-v143 </selenium .devtools.artifactId>
23- <htmlunit .version>4.20 .0</htmlunit .version>
22+ <selenium .version>4.40 .0</selenium .version>
23+ <selenium .devtools.artifactId>selenium-devtools-v144 </selenium .devtools.artifactId>
24+ <htmlunit .version>4.21 .0</htmlunit .version>
2425
2526 <jetty .version>9.4.58.v20250814</jetty .version>
2627
You can’t perform that action at this time.
0 commit comments