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 dabe27673 Bump maven.version from 3.8.7 to 3.9.0 dabe27673 is described below commit dabe27673105375e57a609b516bdf8a3b48e3b1a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 6 21:25:35 2023 +0000 Bump maven.version from 3.8.7 to 3.9.0 Bumps `maven.version` from 3.8.7 to 3.9.0. Updates `maven-plugin-api` from 3.8.7 to 3.9.0 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.8.7...maven-3.9.0) Updates `maven-core` from 3.8.7 to 3.9.0 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.8.7...maven-3.9.0) Updates `maven-artifact` from 3.8.7 to 3.9.0 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.8.7...maven-3.9.0) Updates `maven-model` from 3.8.7 to 3.9.0 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.8.7...maven-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven:maven-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven:maven-artifact dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven:maven-model dependency-type: direct:production update-type: version-update:semver-minor ... 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 7b6ec248e..9a2b02fa6 100644 --- a/buildutils/pom.xml +++ b/buildutils/pom.xml @@ -39,7 +39,7 @@ </modules> <properties> - <maven.version>3.8.7</maven.version> + <maven.version>3.9.0</maven.version> <maven-plugin-tools.version>3.7.1</maven-plugin-tools.version> </properties>