From a0a0208aca9b33a801057a91102a5df643e9a7b0 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 22 Apr 2024 15:38:25 -0600 Subject: [PATCH 1/5] Use parent pom 4.81 Most recent release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1bc405c..e726e7c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.75 + 4.81 From de9791174fb8cfd388af3ffa25b9b71dff50c924 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 22 Apr 2024 15:38:42 -0600 Subject: [PATCH 2/5] Remove incorrect comment about glassfish repository --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index e726e7c..967f569 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,6 @@ - repo.jenkins-ci.org From 94e721c663ae53321ecca3c4f4617ed6aa5d9d01 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 22 Apr 2024 15:39:28 -0600 Subject: [PATCH 3/5] Use GitHub API 1.321 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 967f569..6797c83 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ https://github.com/jenkinsci/${project.artifactId}-plugin - 1.318 + 1.321 999999-SNAPSHOT 2.361.4 jenkinsci/${project.artifactId}-plugin From f9afda141e2b6bc3bba2f5855d2d416ff271130e Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 22 Apr 2024 15:41:32 -0600 Subject: [PATCH 4/5] Check dependencies monthly Repository is not monitored actively enough for daily or weekly dependency checks --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 446ea47..f2a9909 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,9 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: weekly + interval: monthly open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: monthly From d020c22d551240e9c225f1c40b5db7b0337cb82d Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 22 Apr 2024 15:47:15 -0600 Subject: [PATCH 5/5] Bump git-changelist-maven-extension from 1.7 to 1.8. - Release notes https://github.com/jenkinsci/incrementals-tools/releases/tag/parent-1.8 --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 1f36364..4e0774d 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.7 + 1.8