File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/test/java/jenkins/plugins/github/api/mock Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
buildPlugin(useContainerAgent : true , configurations : [
2
2
[platform : ' linux' , jdk : 21 ],
3
- [platform : ' linux' , jdk : 17 ],
4
- [platform : ' windows' , jdk : 11 ],
3
+ [platform : ' windows' , jdk : 17 ]
5
4
])
Original file line number Diff line number Diff line change 25
25
<properties >
26
26
<revision >1.321</revision >
27
27
<changelist >999999-SNAPSHOT</changelist >
28
- <jenkins .version>2.361.4 </jenkins .version>
28
+ <jenkins .version>2.472 </jenkins .version>
29
29
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
30
30
<no-test-jar >false</no-test-jar >
31
+ <!-- TODO JENKINS-73339 until in parent POM -->
32
+ <jenkins-test-harness .version>2250.v03a_1295b_0a_30</jenkins-test-harness .version>
33
+ <maven .compiler.release>17</maven .compiler.release>
31
34
</properties >
32
35
33
36
<dependencies >
102
105
<dependencies >
103
106
<dependency >
104
107
<groupId >io.jenkins.tools.bom</groupId >
105
- <artifactId >bom-2.361.x </artifactId >
106
- <version >2102.v854b_fec19c92 </version >
108
+ <artifactId >bom-weekly </artifactId >
109
+ <version >3258.vcdcf15936a_fd </version >
107
110
<scope >import</scope >
108
111
<type >pom</type >
109
112
</dependency >
Original file line number Diff line number Diff line change 27
27
import org .eclipse .jetty .server .HttpConnectionFactory ;
28
28
import org .eclipse .jetty .server .Server ;
29
29
import org .eclipse .jetty .server .ServerConnector ;
30
- import org .eclipse .jetty .servlet .ServletContextHandler ;
30
+ import org .eclipse .jetty .ee8 . servlet .ServletContextHandler ;
31
31
import org .jvnet .hudson .test .ThreadPoolImpl ;
32
32
import org .kohsuke .stapler .HttpResponse ;
33
33
import org .kohsuke .stapler .QueryParameter ;
You can’t perform that action at this time.
0 commit comments