From c622142ada3dd00330d7406f9baebc71994a3dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:24:54 +0000 Subject: [PATCH 1/4] Bump configuration-as-code-plugin.version in /bom-weekly Bumps `configuration-as-code-plugin.version` from 1466.v2d4119502006 to 1511.vb_f985b_894e40. Updates `configuration-as-code` from 1466.v2d4119502006 to 1511.vb_f985b_894e40 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits) Updates `test-harness` from 1466.v2d4119502006 to 1511.vb_f985b_894e40 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits) --- updated-dependencies: - dependency-name: io.jenkins:configuration-as-code dependency-type: direct:production - dependency-name: io.jenkins.configuration-as-code:test-harness dependency-type: direct:production ... 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 ccdc01e63..90b58f42e 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -10,7 +10,7 @@ pom 1.7.4 - 1466.v2d4119502006 + 1511.vb_f985b_894e40 1.12.1-2 1.15.1 4.11.3 From b4a7db8a60c5f6f79dfff75e4e55e594acdd1e22 Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Tue, 19 Jul 2022 17:44:33 +0200 Subject: [PATCH 2/4] add commons-lang3-api in sample plugin --- sample-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 89999be84..16f84401f 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -74,6 +74,10 @@ checks-api test + + io.jenkins.plugins + commons-lang3-api + io.jenkins.plugins dark-theme From 89f8a0eef1fa64f6592d78cdbcd528bee06e7264 Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Tue, 19 Jul 2022 17:45:39 +0200 Subject: [PATCH 3/4] test scope --- sample-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 16f84401f..9d66c272f 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -77,6 +77,7 @@ io.jenkins.plugins commons-lang3-api + test io.jenkins.plugins From d1d77c6c7652c95ea27ed809519d7cbc56ba93c7 Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Tue, 19 Jul 2022 17:59:53 +0200 Subject: [PATCH 4/4] add commons-text-api --- sample-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 9d66c272f..e4efe21d8 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -79,6 +79,11 @@ commons-lang3-api test + + io.jenkins.plugins + commons-text-api + test + io.jenkins.plugins dark-theme