From 1c99ec1704c9e7baba087513debf57bcf932e666 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 28 Mar 2024 22:44:03 +0100 Subject: [PATCH] Update parent POM, test with JDK 21 (#314) --- Jenkinsfile | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1619baf..942d4a45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ -[platform: 'linux', jdk: '11'], -[platform: 'linux', jdk: '17'], +[platform: 'linux', jdk: 21], +[platform: 'linux', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 9835b608..8f7a1332 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.69 + 4.74 jobConfigHistory