From 8d570748b9669818a1cdf651c15463733204c420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:57:44 +0000 Subject: [PATCH 1/2] Bump org.jenkins-ci.plugins:plugin from 5.23 to 5.24 Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.23 to 5.24. - [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-5.23...plugin-5.24) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21d9746..ec6511a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.23 + 5.24 From 1dc7de6b5386c052a3465d31e31e72a8aaaf0d8c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 22 Aug 2025 13:21:08 -0600 Subject: [PATCH 2/2] Minor change to 'before' in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee187b..438c50b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Avoid version conflicts by using the [Jenkins plugin BOM](https://github.com/jen org.apache.httpcomponents httpclient - 4.5 + 4.5.14 ...