This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new 4b9a24d6 Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness
4b9a24d6 is described below
commit 4b9a24d6e58fd4078f55792ce827e040e9f13365
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 13:37:20 2025 +0000
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.4.0.
---
updated-dependencies:
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 44121e74..22acc7f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<properties>
<javaVersion>8</javaVersion>
- <pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
+ <pluginTestingHarnessVersion>3.4.0</pluginTestingHarnessVersion>
<maven4Version>4.0.0-alpha-4</maven4Version>
<maven3Version>3.9.11</maven3Version>
<resolverVersion>1.9.24</resolverVersion>