This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push: new dabc115 Bump mavenVersion from 3.9.10 to 3.9.11 (#465) dabc115 is described below commit dabc1159e727e6fd1b59d2aef2e24849982f45aa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jul 16 12:59:30 2025 +0200 Bump mavenVersion from 3.9.10 to 3.9.11 (#465) Bumps `mavenVersion` from 3.9.10 to 3.9.11. Updates `org.apache.maven:maven-plugin-api` from 3.9.10 to 3.9.11 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.10...maven-3.9.11) Updates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.11 Updates `org.apache.maven:maven-core` from 3.9.10 to 3.9.11 --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f33db7e..1b2b870 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <properties> <mavenArchiverVersion>3.6.3</mavenArchiverVersion> <mavenFilteringVersion>3.4.0</mavenFilteringVersion> - <mavenVersion>3.9.10</mavenVersion> + <mavenVersion>3.9.11</mavenVersion> <javaVersion>8</javaVersion> <!-- plugins used in IT tests -->