From 74b2a7cf9d540eeb74fff6b26f3c6e00c31498ec Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 19 Nov 2023 18:33:52 -0700 Subject: [PATCH] Test with Java 21 (#319) * Use parent pom 4.74 and latest bom * Test Java 21 and Java 17 * Use bom-2.387.x 2543.vfb_1a_5fb_9496d The bom-2.387.x line is no longer being updated. Let's use the most recent version of that bom so that the latest set of dependency updates are included for that line. --- Jenkinsfile | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d38b971..8b7fd8d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 23cf7ad9..f238bff2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ THE SOFTWARE. org.jenkins-ci.plugins plugin - 4.67 + 4.74 @@ -77,7 +77,7 @@ THE SOFTWARE. io.jenkins.tools.bom bom-2.387.x - 2163.v2d916d90c305 + 2543.vfb_1a_5fb_9496d import pom