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 7333c8a Bump maven.plugin.version from 3.13.0 to 3.13.1 (#282)
7333c8a is described below
commit 7333c8a353a805d2baf11871eaa9243d6de5304f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 07:47:48 2024 -0400
Bump maven.plugin.version from 3.13.0 to 3.13.1 (#282)
Bumps `maven.plugin.version` from 3.13.0 to 3.13.1.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.13.0 to 3.13.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1)
Updates `org.apache.maven.plugin-tools:maven-plugin-tools-ant` from 3.13.0
to 3.13.1
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.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 757187a..3562c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
commons.releaseManagerKey
-->
<!-- Including commons release plugin older version -->
- <maven.plugin.version>3.13.0</maven.plugin.version>
+ <maven.plugin.version>3.13.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>