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

Commit 83e76aa

Browse files
committed
Update to HTMLUnit 2.18
1 parent 1e72e98 commit 83e76aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

jwebunit-htmlunit-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>net.sourceforge.htmlunit</groupId>
2525
<artifactId>htmlunit</artifactId>
26-
<version>2.17</version>
26+
<version>2.18</version>
2727
<exclusions>
2828
<exclusion>
2929
<artifactId>commons-logging</artifactId>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</author>
3131
</properties>
3232
<body>
33-
<release version="3.3" date="UNKNOWN" description="HtmlUnit 2.17, Java 7">
33+
<release version="3.3" date="UNKNOWN" description="HtmlUnit 2.18, Java 7">
3434
<action type="fix" dev="henryju" issue="135" due-to="Joseph Walton">
3535
Exception from setWorkingForm should indicate the requested form details.
3636
</action>
@@ -41,7 +41,7 @@
4141
WebTester.submit() does not find submit button.
4242
</action>
4343
<action type="update" dev="henryju">
44-
Updated to HtmlUnit 2.17.
44+
Updated to HtmlUnit 2.18.
4545
</action>
4646
<action type="update" dev="henryju">
4747
Requires Java 7+.

0 commit comments

Comments
 (0)