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 df788bf commit ffb8212Copy full SHA for ffb8212
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.seleniumhq.selenium</groupId>
7
<artifactId>htmlunit-driver</artifactId>
8
- <version>2.28.3</version>
+ <version>2.28.4</version>
9
10
<name>htmlunit-driver</name>
11
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -38,7 +38,7 @@
38
<properties>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
<selenium.version>3.8.1</selenium.version>
41
- <htmlunit.version>2.29-SNAPSHOT</htmlunit.version>
+ <htmlunit.version>2.28</htmlunit.version>
42
</properties>
43
44
<dependencies>
0 commit comments