From e4f1043d97a94ff47c5f198227fdbd60729ad996 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 5 Mar 2024 07:37:15 +0000 Subject: [PATCH] Lower required Jenkins version to 2.414.3 No reason to be strict about that. It prevents installing the plugin on older LTS versions. --- .github/dependabot.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1990199..c1ed1f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,8 @@ updates: day: "saturday" time: "05:00" timezone: "Asia/Tokyo" + exclude-patterns: + - "jenkins-core" assignees: - "sue445" diff --git a/pom.xml b/pom.xml index 405b142..eaf1cec 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ https://github.com/jenkinsci/yaml-axis-plugin 999999-SNAPSHOT - 2.447 + 2.414.3