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-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1745b23 Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12
(#648)
1745b23 is described below
commit 1745b23c5a13963b306c951d3e989d302c4fd862
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 06:25:39 2025 +0100
Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12 (#648)
Bumps org.apache.maven:maven-artifact from 3.9.11 to 3.9.12.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.12
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 0eb38ce..4ef309d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.11</version>
+ <version>3.9.12</version>
<scope>provided</scope>
</dependency>
<dependency>