Skip to content

Commit bcaa187

Browse files
authored
Update parent POM, update dependencies, test with Java 21 (#105)
* Test with Java 21. * Bump parent pom. * Bump bom version. * Bump bom version. * Update required: Script Security Plugin (script-security 1189.vb_a_b_7c8fd5fde) to be updated to 1229.v4880b_b_e905a_6 or higher * Bump script-security from 1189.vb_a_b_7c8fd5fde to 1244.ve463715a_f89c
1 parent 0b5f4b7 commit bcaa187

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
buildPlugin(
66
useContainerAgent: true,
77
configurations: [
8-
[platform: 'linux', jdk: 17],
9-
[platform: 'windows', jdk: 11]
8+
[platform: 'linux', jdk: 21],
9+
[platform: 'windows', jdk: 17]
1010
])

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jenkins-ci.plugins</groupId>
88
<artifactId>plugin</artifactId>
9-
<version>4.62</version>
9+
<version>4.74</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -54,9 +54,10 @@
5454
<dependencies>
5555
<dependency>
5656
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
57-
<groupId>io.jenkins.tools.bom</groupId>
58-
<artifactId>bom-2.361.x</artifactId>
59-
<version>1750.v0071fa_4c4a_e3</version>
57+
<!-- https://mvnrepository.com/artifact/io.jenkins.tools.bom/bom-2.361.x -->
58+
<groupId>io.jenkins.tools.bom</groupId>
59+
<artifactId>bom-2.361.x</artifactId>
60+
<version>2102.v854b_fec19c92</version>
6061
<type>pom</type>
6162
<scope>import</scope>
6263
</dependency>
@@ -73,7 +74,7 @@
7374
<dependency>
7475
<groupId>org.jenkins-ci.plugins</groupId>
7576
<artifactId>script-security</artifactId>
76-
<version>1189.vb_a_b_7c8fd5fde</version>
77+
<version>1244.ve463715a_f89c</version>
7778
</dependency>
7879

7980
<dependency>

0 commit comments

Comments
 (0)