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 ce2c71e Bump maven.plugin.version from 3.15.0 to 3.15.1 (#340)
ce2c71e is described below
commit ce2c71eb851845e0ef0e785594545b8b9ac294e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 07:49:24 2024 -0400
Bump maven.plugin.version from 3.15.0 to 3.15.1 (#340)
Bumps `maven.plugin.version` from 3.15.0 to 3.15.1.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
Updates `org.apache.maven.plugin-tools:maven-plugin-tools-ant` from 3.15.0
to 3.15.1
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
---
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 345e2fb..887ab94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
commons.releaseManagerKey
-->
<!-- Including commons release plugin older version -->
- <maven.plugin.version>3.15.0</maven.plugin.version>
+ <maven.plugin.version>3.15.1</maven.plugin.version>
<commons.build-plugin.version>1.14.0</commons.build-plugin.version>
<!-- Until Maven plugins used here don't fail the Moditect plugin -->
<moditect.skip>true</moditect.skip>