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 cc56c2f Bump maven.plugin.version from 3.8.1 to 3.8.2 (#185) cc56c2f is described below commit cc56c2f0c1b27db69bafae10648cd601b642b8fa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 5 08:59:41 2023 -0400 Bump maven.plugin.version from 3.8.1 to 3.8.2 (#185) Bumps `maven.plugin.version` from 3.8.1 to 3.8.2. Updates `maven-plugin-annotations` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2) Updates `maven-plugin-tools-ant` from 3.8.1 to 3.8.2 Updates `maven-plugin-plugin` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-ant dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 fa70eb0..72f2fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> - <maven.plugin.version>3.8.1</maven.plugin.version> + <maven.plugin.version>3.8.2</maven.plugin.version> <commons.build-plugin.version>1.12</commons.build-plugin.version> </properties>