Skip to content

Commit d0511ef

Browse files
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] <support@github.com> * cleanups --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent 1cad2a5 commit d0511ef

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>46</version>
26+
<version>47</version>
2727
<relativePath />
2828
</parent>
2929

@@ -99,9 +99,6 @@ under the License.
9999
<plexus-archiver.version>4.11.0</plexus-archiver.version>
100100
<pluginTestingVersion>3.4.0</pluginTestingVersion>
101101

102-
<!-- TODO remove with next parent -->
103-
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
104-
105102
<!-- strict check by dependency:analyze-only -->
106103
<enforce.dependency.declarations>true</enforce.dependency.declarations>
107104
<project.build.outputTimestamp>2025-09-29T05:54:43Z</project.build.outputTimestamp>
@@ -347,12 +344,6 @@ under the License.
347344
<artifactId>maven-plugin-testing-harness</artifactId>
348345
<version>${pluginTestingVersion}</version>
349346
<scope>test</scope>
350-
<exclusions>
351-
<exclusion>
352-
<groupId>org.codehaus.plexus</groupId>
353-
<artifactId>plexus-container-default</artifactId>
354-
</exclusion>
355-
</exclusions>
356347
</dependency>
357348
<dependency>
358349
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)