This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new bad4004 Bump mavenVersion from 3.9.13 to 3.9.14
bad4004 is described below
commit bad4004af3eaa38635cf47f1e319fc9365763823
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 14:55:25 2026 +0000
Bump mavenVersion from 3.9.13 to 3.9.14
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-artifact` from 3.9.13 to 3.9.14
Updates `org.apache.maven:maven-core` 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-artifact
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
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 560587e..915a970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.9.13</mavenVersion>
+ <mavenVersion>3.9.14</mavenVersion>
<plexusCompilerVersion>2.16.2</plexusCompilerVersion>
<groovyVersion>2.4.21</groovyVersion>