From b3ded78c9d5c6bc83565b2ab08c06014ba3fdddf Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 27 Sep 2023 08:56:43 -0700 Subject: [PATCH] Refresh plugin for September 2023 --- Jenkinsfile | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f7d4542..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "windows", jdk: "8" ], - [ platform: "linux", jdk: "11" ] + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 8c44d6d..d5bc18e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.jenkins-ci.plugins plugin - 4.43.1 + 4.73 org.jenkins-ci.plugins.workflow @@ -64,15 +64,15 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.289.1 + 2.387.3 false io.jenkins.tools.bom - bom-2.289.x - 1289.v5c4b_1c43511b_ + bom-2.387.x + 2465.va_e76ed7b_3061 import pom