This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 795b04dd Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness
795b04dd is described below
commit 795b04dd4c2dc403ed11e24505de6611291ec099
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 22:02:01 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:development
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 2ab29849..c88c8d51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@ under the License.
<jettyVersion>9.4.58.v20250814</jettyVersion>
<mockito.version>4.11.0</mockito.version>
<plexus-archiver.version>4.10.3</plexus-archiver.version>
- <pluginTestingVersion>3.3.0</pluginTestingVersion>
+ <pluginTestingVersion>3.4.0</pluginTestingVersion>
<!-- TODO remove with next parent -->
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>