Skip to content

Commit e119daf

Browse files
committed
Update plugin-pom to 4.75
1 parent 84e81c0 commit e119daf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

github-pullrequest-plugin/src/test/java/com/github/kostyasha/github/integration/branch/GitHubBranchTriggerTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import com.cloudbees.jenkins.GitHubRepositoryName;
44
import com.coravy.hudson.plugins.github.GithubProjectProperty;
5-
import com.gargoylesoftware.htmlunit.html.HtmlForm;
6-
import com.gargoylesoftware.htmlunit.html.HtmlFormUtil;
7-
import com.gargoylesoftware.htmlunit.html.HtmlPage;
5+
import org.htmlunit.html.HtmlForm;
6+
import org.htmlunit.html.HtmlFormUtil;
7+
import org.htmlunit.html.HtmlPage;
88
import com.github.kostyasha.github.integration.branch.events.GitHubBranchEvent;
99
import com.github.kostyasha.github.integration.branch.events.impl.GitHubBranchCreatedEvent;
1010
import com.github.kostyasha.github.integration.branch.events.impl.GitHubBranchHashChangedEvent;
@@ -49,7 +49,7 @@
4949
import java.util.Set;
5050
import java.util.concurrent.TimeUnit;
5151

52-
import static com.gargoylesoftware.htmlunit.html.HtmlFormUtil.submit;
52+
import static org.htmlunit.html.HtmlFormUtil.submit;
5353
import static com.github.kostyasha.github.integration.branch.utils.JobHelper.ghBranchTriggerFromJob;
5454
import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.wireMockConfig;
5555
import static org.hamcrest.CoreMatchers.not;

github-pullrequest-plugin/src/test/java/org/jenkinsci/plugins/github/pullrequest/GitHubPRTriggerTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import antlr.ANTLRException;
44
import com.cloudbees.jenkins.GitHubRepositoryName;
55
import com.coravy.hudson.plugins.github.GithubProjectProperty;
6-
import com.gargoylesoftware.htmlunit.Page;
7-
import com.gargoylesoftware.htmlunit.html.HtmlButton;
8-
import com.gargoylesoftware.htmlunit.html.HtmlElementUtil;
9-
import com.gargoylesoftware.htmlunit.html.HtmlForm;
10-
import com.gargoylesoftware.htmlunit.html.HtmlFormUtil;
11-
import com.gargoylesoftware.htmlunit.html.HtmlPage;
6+
import org.htmlunit.Page;
7+
import org.htmlunit.html.HtmlButton;
8+
import org.htmlunit.html.HtmlElementUtil;
9+
import org.htmlunit.html.HtmlForm;
10+
import org.htmlunit.html.HtmlFormUtil;
11+
import org.htmlunit.html.HtmlPage;
1212
import hudson.Functions;
1313
import hudson.Launcher;
1414
import hudson.model.AbstractBuild;
@@ -49,7 +49,7 @@
4949
import java.util.Set;
5050
import java.util.concurrent.TimeUnit;
5151

52-
import static com.gargoylesoftware.htmlunit.html.HtmlFormUtil.submit;
52+
import static org.htmlunit.html.HtmlFormUtil.submit;
5353
import static java.lang.String.format;
5454
import static org.hamcrest.Matchers.arrayWithSize;
5555
import static org.hamcrest.Matchers.equalTo;

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.63</version>
8+
<version>4.75</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)