This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-install-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/maven-install-plugin-3.x by
this push:
new c2e3a73 Bump mavenVersion from 3.9.15 to 3.9.16 (#407)
c2e3a73 is described below
commit c2e3a73b991e4826c5130775a32ca1f684d8c3ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 21:13:37 2026 +0200
Bump mavenVersion from 3.9.15 to 3.9.16 (#407)
* Bump mavenVersion from 3.9.15 to 3.9.16
Bumps `mavenVersion` from 3.9.15 to 3.9.16.
Updates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16)
Updates `org.apache.maven:maven-artifact` from 3.9.15 to 3.9.16
Updates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16
Updates `org.apache.maven:maven-model` from 3.9.15 to 3.9.16
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-version: 3.9.16
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.16
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.16
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Use invoker version from parent
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Bünger <[email protected]>
---
pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ccd9516..ebb8155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<properties>
<javaVersion>8</javaVersion>
- <mavenVersion>3.9.15</mavenVersion>
+ <mavenVersion>3.9.16</mavenVersion>
<!-- Maven bound -->
<resolverVersion>1.9.27</resolverVersion>
<!-- Maven bound -->
@@ -90,8 +90,6 @@
<mavenSurefirePluginVersion>${version.maven-surefire}</mavenSurefirePluginVersion>
<project.build.outputTimestamp>2025-02-24T06:39:59Z</project.build.outputTimestamp>
-
- <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
</properties>
<dependencies>