From 4f85a7f3f4738cfdb32e1433754beff37ddaaf09 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 24 May 2024 08:40:48 -0600 Subject: [PATCH] Require Jenkins core 2.440.3 instead of 2.440.1 https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ recommends Jenkins 2.440.3 rather than 2.440.1. Let's upgrade the requirement to 2.440.3 so that the dependabot pull request for BOM can be merged. https://github.com/jenkinsci/lockable-resources-plugin/pull/660 is the dependabot pull request --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b02ec7e70..a7532b427 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 999999-SNAPSHOT - 2.440.1 + 2.440.3 jenkinsci/${project.artifactId}-plugin Max Low