From 46247c5f7a334edc5e1ba9c0d037f86db286a4e4 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Tue, 28 Nov 2023 20:51:05 +0100 Subject: [PATCH] Update parent POM, update dependencies, test with Java 21 (#89) --- Jenkinsfile | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf58491..534344b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,6 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ 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 f9dc1df..15d6746 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.73 + 4.74 @@ -31,7 +31,7 @@ - 3.3.1 + 3.3.3 999999-SNAPSHOT 2.361.4 jenkinsci/${project.artifactId}-plugin @@ -96,11 +96,11 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on