Skip to content

Commit 9c72463

Browse files
gounthardependabot[bot]MarkEWaite
authored
Update parent POM, update BOM, test with Java 21 (#261)
* Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.74 Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.71 to 4.74. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.71...plugin-4.74) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.jenkins.tools.bom:bom-2.387.x Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 2278.v47b_4508e256a to 2496.vddfca_753db_80. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.387.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Test with JDK 21. * Apply suggestions from Mark's code review Co-authored-by: Mark Waite <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <[email protected]>
1 parent 7924b82 commit 9c72463

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
@@ -5,6 +5,6 @@
55
buildPlugin(
66
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.71</version>
7+
<version>4.76</version>
88
<relativePath />
99
</parent>
1010

@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>io.jenkins.tools.bom</groupId>
102102
<artifactId>bom-2.387.x</artifactId>
103-
<version>2278.v47b_4508e256a</version>
103+
<version>2543.vfb_1a_5fb_9496d</version>
104104
<scope>import</scope>
105105
<type>pom</type>
106106
</dependency>

0 commit comments

Comments
 (0)