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 79af54f Bump maven.plugin.version from 3.10.1 to 3.10.2 (#221)
79af54f is described below
commit 79af54f9d2dca2325e49d403f42aaf55388e1d47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 8 08:56:19 2023 -0500
Bump maven.plugin.version from 3.10.1 to 3.10.2 (#221)
Bumps `maven.plugin.version` from 3.10.1 to 3.10.2.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.10.1 to 3.10.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.2)
Updates `org.apache.maven.plugin-tools:maven-plugin-tools-ant` from 3.10.1
to 3.10.2
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.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] <[email protected]>
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 bca1ec5..48a892c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
commons.releaseManagerKey
-->
<!-- Including commons release plugin older version -->
- <maven.plugin.version>3.10.1</maven.plugin.version>
+ <maven.plugin.version>3.10.2</maven.plugin.version>
<commons.build-plugin.version>1.12</commons.build-plugin.version>
<!-- Until Maven plugins used here don't fail the Moditect plugin -->
<moditect.skip>true</moditect.skip>