Skip to content

Commit bb85dc5

Browse files
authored
Refresh plugin for June 2023 (#707)
1 parent 8591472 commit bb85dc5

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.61</version>
7+
<version>4.66</version>
88
<relativePath />
99
</parent>
1010

@@ -33,7 +33,7 @@
3333
<changelist>999999-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3535
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
36-
<jenkins.version>2.361.4</jenkins.version>
36+
<jenkins.version>2.387.3</jenkins.version>
3737
<useBeta>true</useBeta>
3838
<spotless.check.skip>false</spotless.check.skip>
3939
</properties>
@@ -42,8 +42,8 @@
4242
<dependencies>
4343
<dependency>
4444
<groupId>io.jenkins.tools.bom</groupId>
45-
<artifactId>bom-2.361.x</artifactId>
46-
<version>1935.v530f4395930f</version>
45+
<artifactId>bom-2.387.x</artifactId>
46+
<version>2163.v2d916d90c305</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>
@@ -54,7 +54,6 @@
5454
<dependency>
5555
<groupId>com.coravy.hudson.plugins.github</groupId>
5656
<artifactId>github</artifactId>
57-
<version>1.37.0</version>
5857
</dependency>
5958
<dependency>
6059
<groupId>io.jenkins.plugins</groupId>

src/test/java/org/jenkinsci/plugins/github_branch_source/EndpointTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
import static org.junit.Assert.assertTrue;
66
import static org.junit.Assert.fail;
77

8-
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
9-
import com.gargoylesoftware.htmlunit.HttpMethod;
10-
import com.gargoylesoftware.htmlunit.Page;
11-
import com.gargoylesoftware.htmlunit.WebRequest;
12-
import com.gargoylesoftware.htmlunit.util.NameValuePair;
138
import hudson.ExtensionList;
149
import hudson.Functions;
1510
import hudson.Util;
@@ -23,6 +18,11 @@
2318
import javax.servlet.http.HttpServletRequest;
2419
import javax.servlet.http.HttpServletResponse;
2520
import jenkins.model.Jenkins;
21+
import org.htmlunit.FailingHttpStatusCodeException;
22+
import org.htmlunit.HttpMethod;
23+
import org.htmlunit.Page;
24+
import org.htmlunit.WebRequest;
25+
import org.htmlunit.util.NameValuePair;
2626
import org.junit.Before;
2727
import org.junit.Rule;
2828
import org.junit.Test;

0 commit comments

Comments
 (0)