This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 466cfb0 Bump org.apache.commons:commons-build-plugin from 1.12 to 1.13 (#219) 466cfb0 is described below commit 466cfb0d178e48f2ee1aafcd191ac77ef2879954 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 8 08:59:07 2023 -0500 Bump org.apache.commons:commons-build-plugin from 1.12 to 1.13 (#219) Bumps [org.apache.commons:commons-build-plugin](https://github.com/apache/commons-build-plugin) from 1.12 to 1.13. - [Changelog](https://github.com/apache/commons-build-plugin/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-build-plugin/compare/commons-build-plugin-1.12...rel/commons-build-plugin-1.13) --- updated-dependencies: - dependency-name: org.apache.commons:commons-build-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10333ad..22bf651 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ --> <!-- Including commons release plugin older version --> <maven.plugin.version>3.10.2</maven.plugin.version> - <commons.build-plugin.version>1.12</commons.build-plugin.version> + <commons.build-plugin.version>1.13</commons.build-plugin.version> <!-- Until Maven plugins used here don't fail the Moditect plugin --> <moditect.skip>true</moditect.skip> </properties>