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 3882a69d7 Bump maven-plugin-tools.version from 3.13.1 to 3.15.0
3882a69d7 is described below
commit 3882a69d70f6d0dbb55a76767e67dbc48619873c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 03:08:25 2024 +0000
Bump maven-plugin-tools.version from 3.13.1 to 3.15.0
Bumps `maven-plugin-tools.version` from 3.13.1 to 3.15.0.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.13.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0)
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 4e331457a..440766e2f 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -40,7 +40,7 @@
<properties>
<maven.version>3.9.9</maven.version>
- <maven-plugin-tools.version>3.13.1</maven-plugin-tools.version>
+ <maven-plugin-tools.version>3.15.0</maven-plugin-tools.version>
</properties>
<dependencyManagement>