Skip to content

Commit 7e233b5

Browse files
authored
Merge pull request #97 from MarkEWaite/test-with-java-21
Test with Java 21
2 parents eec561a + 5c4ca2d commit 7e233b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildPlugin(
22
useContainerAgent: true,
33
configurations: [
4-
[platform: 'linux', jdk: 17],
5-
[platform: 'windows', jdk: 11],
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17],
66
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.73</version>
31+
<version>4.74</version>
3232
<relativePath/>
3333
</parent>
3434
<groupId>io.jenkins.plugins</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>io.jenkins.tools.bom</groupId>
7373
<artifactId>bom-2.361.x</artifactId>
74-
<version>1883.vcb_768a_7c3610</version>
74+
<version>2102.v854b_fec19c92</version>
7575
<scope>import</scope>
7676
<type>pom</type>
7777
</dependency>

0 commit comments

Comments
 (0)