This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/master by this push: new 104de53 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#147) 104de53 is described below commit 104de53d0e5f7264615bef0226ad1962c59ae7c0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 3 20:18:50 2025 +0200 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#147) Bumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-beta-2 to 4.0.0-beta-4. - [Release notes](https://github.com/apache/maven-plugin-testing/releases) - [Commits](https://github.com/apache/maven-plugin-testing/compare/maven-plugin-testing-4.0.0-beta-2...v4.0.0-beta-4) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 8308e81..b7a5b9a 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ <hamcrestVersion>3.0</hamcrestVersion> <junitVersion>5.10.1</junitVersion> <mockitoVersion>5.16.1</mockitoVersion> - <mavenPluginTestingVersion>4.0.0-beta-3</mavenPluginTestingVersion> + <mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <plexusInterpolationVersion>1.27</plexusInterpolationVersion> <slf4jVersion>2.0.13</slf4jVersion>