From 568e6b2baccdcea693712e06e960ce7ca1beef68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 22:18:12 +0000 Subject: [PATCH 1/2] Bump credentials from 2.6.1 to 2.6.2 in /bom-weekly Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/jenkinsci/credentials-plugin/releases) - [Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.6.1...credentials-2.6.2) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:credentials dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom-weekly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 128f50127..337182a0e 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -216,7 +216,7 @@ org.jenkins-ci.plugins credentials - 2.6.1 + 2.6.2 org.jenkins-ci.plugins From df8bd60a48c0b9543d8bfe0f047661ae7e8ab835 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 25 Oct 2021 16:26:15 +0100 Subject: [PATCH 2/2] Restrict to weeklies --- bom-2.303.x/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom-2.303.x/pom.xml b/bom-2.303.x/pom.xml index 7cf8e84ec..7420f6db7 100644 --- a/bom-2.303.x/pom.xml +++ b/bom-2.303.x/pom.xml @@ -17,6 +17,11 @@ import pom + + org.jenkins-ci.plugins + credentials + 2.6.1 +