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-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new dc2dfb9e Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to
3.5.0 (#956)
dc2dfb9e is described below
commit dc2dfb9e86831a3a76a52cfa78cde3161729f47d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 06:07:08 2026 +0100
Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.3.0 to 3.5.0 (#956)
* Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.3.0 to 3.5.0.
---
updated-dependencies:
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix build
---------
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]>
---
enforcer-rules/pom.xml | 17 +++++++++++------
pom.xml | 15 ++++++++-------
2 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index e6090361..87746083 100644
--- a/enforcer-rules/pom.xml
+++ b/enforcer-rules/pom.xml
@@ -91,11 +91,6 @@
<artifactId>plexus-classworlds</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.maven.plugin-testing</groupId>
- <artifactId>maven-plugin-testing-harness</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -117,6 +112,17 @@
<artifactId>bsh</artifactId>
<version>2.0b6</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.plugin-testing</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- used in test runtime for ArtifactStubFactory -->
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
@@ -148,7 +154,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
-
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index f949b847..4ec75112 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,14 +214,15 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
- <version>3.3.0</version>
+ <version>3.5.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- used in test runtime for ArtifactStubFactory -->
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>4.10.4</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.assertj</groupId>