Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 3a2a11b

Browse files
committed
Updated to HtmlUnit 2.2
1 parent 5037b92 commit 3a2a11b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>net.sourceforge.htmlunit</groupId>
284284
<artifactId>htmlunit</artifactId>
285-
<version>2.1</version>
285+
<version>2.2</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.openqa.selenium.client-drivers</groupId>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</properties>
99
<body>
1010
<release version="2.0" date="UNKNOW">
11+
<action type="update" dev="henryju">
12+
Updated to HtmlUnit 2.2.
13+
</action>
1114
<action type="fix" dev="joshlane" issue="2007985,2009776" due-to="Josh Lane">
1215
selectOptionByValue failed with Selenium Plugin.
1316
selectOption always failed, cannot find element.

0 commit comments

Comments
 (0)