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-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7d69fb06 Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#1589)
7d69fb06 is described below
commit 7d69fb06a3a2cecce1cf79c50d512acdeeeccc1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 17:32:28 2026 +0100
Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#1589)
Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.5.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-patch
...
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 1b58a7cb..742d6397 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.11.0</plexus-archiver.version>
- <pluginTestingVersion>3.5.0</pluginTestingVersion>
+ <pluginTestingVersion>3.5.1</pluginTestingVersion>
<!-- strict check by dependency:analyze-only -->
<enforce.dependency.declarations>true</enforce.dependency.declarations>