Skip to content

Commit 9d1a89c

Browse files
authored
Merge pull request #136 from timja-bot/htmlunit-2.x-to-3.x
Upgrade HtmlUnit from 2.x to 3.x
2 parents 8e3cd84 + 6b017ef commit 9d1a89c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.67</version>
99
<relativePath/>
1010
</parent>
1111

@@ -33,7 +33,7 @@
3333
<properties>
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
36-
<jenkins.version>2.361.4</jenkins.version>
36+
<jenkins.version>2.387.3</jenkins.version>
3737
</properties>
3838

3939
<repositories>
@@ -155,8 +155,8 @@
155155
<dependencies>
156156
<dependency>
157157
<groupId>io.jenkins.tools.bom</groupId>
158-
<artifactId>bom-2.361.x</artifactId>
159-
<version>1886.va_11c9f461054</version>
158+
<artifactId>bom-2.387.x</artifactId>
159+
<version>2163.v2d916d90c305</version>
160160
<scope>import</scope>
161161
<type>pom</type>
162162
</dependency>

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)