Skip to content

Commit e4fc8bf

Browse files
authored
Merge pull request #179 from MarkEWaite/dependabot/maven/org.jenkins-ci.plugins-plugin-5.28
Test with Java 25
2 parents 0f62a94 + 989c6b2 commit e4fc8bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: false,
33
configurations: [
4-
[platform: 'linux', jdk: 21],
5-
[platform: 'windows', jdk: 17],
4+
[platform: 'linux', jdk: 25],
5+
[platform: 'windows', jdk: 21],
66
])

pom.xml

Lines changed: 1 addition & 1 deletion
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.12</version>
8+
<version>5.28</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)