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 4f84a2075 Bump maven.version from 3.9.0 to 3.9.1 4f84a2075 is described below commit 4f84a2075e4402026e7d0fa4282e26a269c58120 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 21 04:01:16 2023 +0000 Bump maven.version from 3.9.0 to 3.9.1 Bumps `maven.version` from 3.9.0 to 3.9.1. Updates `maven-plugin-api` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1) Updates `maven-core` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1) Updates `maven-artifact` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1) Updates `maven-model` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-artifact dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-model 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 a1cd836ec..c87260f75 100644 --- a/buildutils/pom.xml +++ b/buildutils/pom.xml @@ -39,7 +39,7 @@ </modules> <properties> - <maven.version>3.9.0</maven.version> + <maven.version>3.9.1</maven.version> <maven-plugin-tools.version>3.8.1</maven-plugin-tools.version> </properties>