Skip to content

Commit ffb8212

Browse files
committed
point to the htmlunit release
1 parent df788bf commit ffb8212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit-driver</artifactId>
8-
<version>2.28.3</version>
8+
<version>2.28.4</version>
99

1010
<name>htmlunit-driver</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -38,7 +38,7 @@
3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<selenium.version>3.8.1</selenium.version>
41-
<htmlunit.version>2.29-SNAPSHOT</htmlunit.version>
41+
<htmlunit.version>2.28</htmlunit.version>
4242
</properties>
4343

4444
<dependencies>

0 commit comments

Comments
 (0)