Skip to content

Commit f0bee8e

Browse files
committed
Upgrade HtmlUnit from 2.x to 3.x
1 parent 6831237 commit f0bee8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.53</version>
6+
<version>4.66</version>
77
</parent>
88

99
<artifactId>powershell</artifactId>

src/test/java/hudson/plugins/powershell/PowerShellTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import java.util.regex.Pattern;
77
import java.util.stream.Stream;
88

9-
import com.gargoylesoftware.htmlunit.html.HtmlForm;
10-
import com.gargoylesoftware.htmlunit.html.HtmlPage;
9+
import org.htmlunit.html.HtmlForm;
10+
import org.htmlunit.html.HtmlPage;
1111
import hudson.model.FreeStyleBuild;
1212
import hudson.model.FreeStyleProject;
1313
import hudson.model.Result;

0 commit comments

Comments
 (0)