This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-clean-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this
push:
new 0e4cf19 Bump mavenVersion from 3.9.15 to 3.9.16 (#310)
0e4cf19 is described below
commit 0e4cf1904099b9b25e440a4876656cf81c4ada6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 06:46:31 2026 +0200
Bump mavenVersion from 3.9.15 to 3.9.16 (#310)
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-core` 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-core
dependency-version: 3.9.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 dc461b2..0e01b43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.9.15</mavenVersion>
+ <mavenVersion>3.9.16</mavenVersion>
<version.plexus-utils>3.6.0</version.plexus-utils>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<project.build.outputTimestamp>2025-05-27T21:55:59Z</project.build.outputTimestamp>