This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new 65f14f12 Bump maven.plugin-tools.version from 3.15.1 to 3.15.2
65f14f12 is described below
commit 65f14f12b81f2389001485729d2e877b3aa6f6c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 11:31:29 2025 +0000
Bump maven.plugin-tools.version from 3.15.1 to 3.15.2
Bumps `maven.plugin-tools.version` from 3.15.1 to 3.15.2.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from
3.15.1 to 3.15.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-version: 3.15.2
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 1ddaa98a..d700e636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<maven.resolver.version>2.0.11</maven.resolver.version>
<slf4j.version>2.0.17</slf4j.version>
<sisu.version>0.9.0.M4</sisu.version>
- <maven.plugin-tools.version>3.15.1</maven.plugin-tools.version>
+ <maven.plugin-tools.version>3.15.2</maven.plugin-tools.version>
<version.plexus-utils>4.0.2</version.plexus-utils>
<jakarta.inject.version>2.0.1</jakarta.inject.version>