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 8242fd465 Bump maven-plugin-tools.version from 3.15.1 to 3.15.2
8242fd465 is described below
commit 8242fd46562151fafb527630f35d3b3fe7197de9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 25 14:05:54 2025 +0000
Bump maven-plugin-tools.version from 3.15.1 to 3.15.2
Bumps `maven-plugin-tools.version` from 3.15.1 to 3.15.2.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.15.1 to 3.15.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-version: 3.15.2
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 0d540bde4..c4096ca95 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -40,7 +40,7 @@
<properties>
<maven.version>3.9.11</maven.version>
- <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
+ <maven-plugin-tools.version>3.15.2</maven-plugin-tools.version>
</properties>
<dependencyManagement>