From 2b97cfc1f94f19653e52e3d4a58cf24342df30de Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 1 Jun 2024 06:30:24 -0700 Subject: [PATCH] Require Jenkins core 2.440.3 instead of 2.440.1 (#661) 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