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 b21bf03cd Bump maven-plugin-tools.version from 3.13.0 to 3.13.1 b21bf03cd is described below commit b21bf03cd6a82f0ac454a48ad9d00a313c8a4f9a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jun 18 03:45:15 2024 +0000 Bump maven-plugin-tools.version from 3.13.0 to 3.13.1 Bumps `maven-plugin-tools.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.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.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- buildutils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildutils/pom.xml b/buildutils/pom.xml index 3c98775f9..9d1df9163 100644 --- a/buildutils/pom.xml +++ b/buildutils/pom.xml @@ -40,7 +40,7 @@ <properties> <maven.version>3.9.7</maven.version> - <maven-plugin-tools.version>3.13.0</maven-plugin-tools.version> + <maven-plugin-tools.version>3.13.1</maven-plugin-tools.version> </properties> <dependencyManagement>