This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this
push:
new e323916a Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#1230)
e323916a is described below
commit e323916a3f42b2a7fb9f0f59c95f464e15a07830
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 17:37:53 2026 +0100
Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#1230)
Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.4.0 to 3.5.1.
---
updated-dependencies:
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
dependency-version: 3.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 6faf7e9d..a04afb52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
- <version>3.4.0</version>
+ <version>3.5.1</version>
<scope>test</scope>
</dependency>
<dependency>