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-filtering.git
The following commit(s) were added to refs/heads/master by this push: new b577a43 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness b577a43 is described below commit b577a43086ed607adcb0417196bfa6fc382622a0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Nov 14 17:18:59 2024 +0000 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness Bumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-beta-2-SNAPSHOT to 4.0.0-beta-2. - [Release notes](https://github.com/apache/maven-plugin-testing/releases) - [Commits](https://github.com/apache/maven-plugin-testing/commits/maven-plugin-testing-4.0.0-beta-2) --- 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efc0f24..183c454 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <hamcrestVersion>3.0</hamcrestVersion> <junitVersion>5.10.1</junitVersion> - <mavenPluginTestingVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingVersion> + <mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion> <mockitoVersion>5.14.1</mockitoVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <plexusInterpolationVersion>1.27</plexusInterpolationVersion>