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-dependency-analyzer.git
The following commit(s) were added to refs/heads/master by this push:
new 620b840 Bump mavenVersion from 3.9.12 to 3.9.13 (#271)
620b840 is described below
commit 620b840e00c54eec658c6fe8e9344333c86b983a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:14:51 2026 +0100
Bump mavenVersion from 3.9.12 to 3.9.13 (#271)
Bumps `mavenVersion` from 3.9.12 to 3.9.13.
Updates `org.apache.maven:maven-core` from 3.9.12 to 3.9.13
Updates `org.apache.maven:maven-artifact` from 3.9.12 to 3.9.13
Updates `org.apache.maven:maven-model` from 3.9.12 to 3.9.13
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.13
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 7431b02..27890a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
</distributionManagement>
<properties>
- <mavenVersion>3.9.12</mavenVersion>
+ <mavenVersion>3.9.13</mavenVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2026-01-29T21:53:51Z</project.build.outputTimestamp>
</properties>