From bcaa187c099e4cdb3e6fb4a8a0c751a8737ce3d5 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Fri, 1 Mar 2024 22:24:07 +0100 Subject: [PATCH] Update parent POM, update dependencies, test with Java 21 (#105) * Test with Java 21. * Bump parent pom. * Bump bom version. * Bump bom version. * Update required: Script Security Plugin (script-security 1189.vb_a_b_7c8fd5fde) to be updated to 1229.v4880b_b_e905a_6 or higher * Bump script-security from 1189.vb_a_b_7c8fd5fde to 1244.ve463715a_f89c --- Jenkinsfile | 4 ++-- pom.xml | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c154f68..176ffe31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ 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 9fd19169..184b20f8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jenkins-ci.plugins plugin - 4.62 + 4.74 @@ -54,9 +54,10 @@ - io.jenkins.tools.bom - bom-2.361.x - 1750.v0071fa_4c4a_e3 + + io.jenkins.tools.bom + bom-2.361.x + 2102.v854b_fec19c92 pom import @@ -73,7 +74,7 @@ org.jenkins-ci.plugins script-security - 1189.vb_a_b_7c8fd5fde + 1244.ve463715a_f89c