Skip to content

Commit e65f4f2

Browse files
committed
Upgrade HtmlUnit from 2.x to 3.x
1 parent 8e3cd84 commit e65f4f2

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.55</version>
8+
<version>4.66</version>
99
<relativePath/>
1010
</parent>
1111

src/test/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentialsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import com.cloudbees.plugins.credentials.common.IdCredentials;
3232
import com.cloudbees.plugins.credentials.domains.Domain;
3333
import com.cloudbees.plugins.credentials.domains.DomainSpecification;
34-
import com.gargoylesoftware.htmlunit.html.HtmlElement;
35-
import com.gargoylesoftware.htmlunit.html.HtmlForm;
34+
import org.htmlunit.html.HtmlElement;
35+
import org.htmlunit.html.HtmlForm;
3636
import hudson.security.ACL;
3737
import hudson.util.Secret;
3838
import org.junit.Rule;

0 commit comments

Comments
 (0)