From 737d7feafa29478dc166142a335a96056968582e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:58:30 +0000 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-war to v2.482 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dc1d47af..370b2c76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [ [platform: 'linux', jdk: 17], [platform: 'windows', jdk: 17], - [platform: 'linux', jdk: 21, jenkins: '2.481'] + [platform: 'linux', jdk: 21, jenkins: '2.482'] ])