File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
src/test/java/org/jenkinsci/plugins/github_branch_source Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
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 >
Original file line number Diff line number Diff line change 55import static org .junit .Assert .assertTrue ;
66import 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 ;
138import hudson .ExtensionList ;
149import hudson .Functions ;
1510import hudson .Util ;
2318import javax .servlet .http .HttpServletRequest ;
2419import javax .servlet .http .HttpServletResponse ;
2520import 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 ;
2626import org .junit .Before ;
2727import org .junit .Rule ;
2828import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments