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-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a10acf2 Bump mavenVersion from 3.9.13 to 3.9.14 (#358)
a10acf2 is described below
commit a10acf202e37f5c89586a276a6c1265abf674ea5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 17:42:15 2026 +0100
Bump mavenVersion from 3.9.13 to 3.9.14 (#358)
Bumps `mavenVersion` from 3.9.13 to 3.9.14.
Updates `org.apache.maven:maven-plugin-api` from 3.9.13 to 3.9.14
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.9.13...maven-3.9.14)
Updates `org.apache.maven:maven-core` from 3.9.13 to 3.9.14
Updates `org.apache.maven:maven-artifact` from 3.9.13 to 3.9.14
Updates `org.apache.maven:maven-model` from 3.9.13 to 3.9.14
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-version: 3.9.14
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.14
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.14
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.14
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 854a954..5009feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.9.13</mavenVersion>
+ <mavenVersion>3.9.14</mavenVersion>
<version.xmlunit>2.11.0</version.xmlunit>
<version.ant>1.10.15</version.ant>