This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 40760f821 Bump maven-plugin-tools.version from 3.6.1 to 3.6.4
40760f821 is described below
commit 40760f8218ebd1557a080694e4cb2d3df9d0c0fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 13 04:09:26 2022 +0000
Bump maven-plugin-tools.version from 3.6.1 to 3.6.4
Bumps `maven-plugin-tools.version` from 3.6.1 to 3.6.4.
Updates `maven-plugin-annotations` from 3.6.1 to 3.6.4
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.4)
Updates `maven-plugin-plugin` from 3.6.1 to 3.6.4
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.4)
---
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.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
buildutils/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index 31c86d772..973dba2ef 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -40,7 +40,7 @@
<properties>
<maven.version>3.8.5</maven.version>
- <maven-plugin-tools.version>3.6.1</maven-plugin-tools.version>
+ <maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
</properties>
<dependencyManagement>