File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4
4
buildPlugin(useContainerAgent : true , configurations : [
5
- [platform : ' linux' , jdk : 17 ],
6
- [platform : ' windows' , jdk : 11 ],
5
+ [platform : ' linux' , jdk : 21 ],
6
+ [platform : ' windows' , jdk : 17 ],
7
7
])
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.73 </version >
8
+ <version >4.74 </version >
9
9
<relativePath />
10
10
</parent >
11
11
31
31
</scm >
32
32
33
33
<properties >
34
- <revision >3.3.1 </revision >
34
+ <revision >3.3.3 </revision >
35
35
<changelist >999999-SNAPSHOT</changelist >
36
36
<jenkins .version>2.361.4</jenkins .version>
37
37
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
96
96
<!-- Provided by bouncycastle-api-plugin -->
97
97
<exclusion >
98
98
<groupId >org.bouncycastle</groupId >
99
- <artifactId >bcpkix-jdk15on </artifactId >
99
+ <artifactId >bcpkix-jdk18on </artifactId >
100
100
</exclusion >
101
101
<exclusion >
102
102
<groupId >org.bouncycastle</groupId >
103
- <artifactId >bcprov-jdk15on </artifactId >
103
+ <artifactId >bcprov-jdk18on </artifactId >
104
104
</exclusion >
105
105
<!-- Provided by Jenkins core -->
106
106
<exclusion >
You can’t perform that action at this time.
0 commit comments