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-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d0511ef7 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
(#1578)
d0511ef7 is described below
commit d0511ef7418b44cce418e23139ef4a1047fe9b73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 12:46:07 2026 +0100
Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#1578)
* Bump org.apache.maven.plugins:maven-plugins from 46 to 47
Bumps
[org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent)
from 46 to 47.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugins
dependency-version: '47'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* cleanups
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
pom.xml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9367c1dc..c26903bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>46</version>
+ <version>47</version>
<relativePath />
</parent>
@@ -99,9 +99,6 @@ under the License.
<plexus-archiver.version>4.11.0</plexus-archiver.version>
<pluginTestingVersion>3.4.0</pluginTestingVersion>
- <!-- TODO remove with next parent -->
- <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
-
<!-- strict check by dependency:analyze-only -->
<enforce.dependency.declarations>true</enforce.dependency.declarations>
<project.build.outputTimestamp>2025-09-29T05:54:43Z</project.build.outputTimestamp>
@@ -347,12 +344,6 @@ under the License.
<artifactId>maven-plugin-testing-harness</artifactId>
<version>${pluginTestingVersion}</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>