From da1a6f13f40be2aa875118f6a1d9552bcd0a77e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:11:27 +0100 Subject: [PATCH] Bump plugin from 4.30 to 4.33 (#117) * Bump plugin from 4.30 to 4.33 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.30 to 4.33. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.30...plugin-4.33) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Force dependency on commons-lang3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arnaud TAMAILLON --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 623e4988..1a3e2c3a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.30 + 4.33 @@ -143,6 +143,11 @@ checks-api 1.7.2 + + org.apache.commons + commons-lang3 + 3.12.0 + org.jenkins-ci.plugins