Skip to content

Commit 6b2db17

Browse files
committed
Test on JDK 25
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 4127935 commit 6b2db17

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.8</version>
5+
<version>1.13</version>
66
</extension>
77
</extensions>

Jenkinsfile

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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.28</version>
8+
<version>5.2102.v5f5fe09fccf1</version>
99
<relativePath />
1010
</parent>
1111

@@ -51,7 +51,7 @@
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5353
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
54-
<jenkins.baseline>2.504</jenkins.baseline>
54+
<jenkins.baseline>2.528</jenkins.baseline>
5555
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
5656
<release.skipTests>false</release.skipTests>
5757
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.wiremock</groupId>
188188
<artifactId>wiremock-standalone</artifactId>
189-
<version>3.12.1</version>
189+
<version>3.13.2</version>
190190
<scope>test</scope>
191191
</dependency>
192192

@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>io.jenkins.tools.bom</groupId>
206206
<artifactId>bom-${jenkins.baseline}.x</artifactId>
207-
<version>4710.v016f0a_07e34d</version>
207+
<version>5829.v04f53fa_f8705</version>
208208
<scope>import</scope>
209209
<type>pom</type>
210210
</dependency>

0 commit comments

Comments
 (0)