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 97d5919 commit 7774f28Copy full SHA for 7774f28
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.seleniumhq.selenium</groupId>
7
<artifactId>htmlunit3-driver</artifactId>
8
- <version>4.16.0</version>
+ <version>4.17.0-SNAPSHOT</version>
9
10
<name>${project.artifactId}</name>
11
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -19,7 +19,7 @@
19
<maven.compiler.target>11</maven.compiler.target>
20
21
<selenium.version>4.16.0</selenium.version>
22
- <htmlunit.version>3.9.0</htmlunit.version>
+ <htmlunit.version>3.10.0-SNAPSHOT</htmlunit.version>
23
24
<jetty.version>9.4.53.v20231009</jetty.version>
25
0 commit comments