You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/15 15:00:46 UTC

[maven-pmd-plugin] 04/04: [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit c7d779f93f81a8c846ec5ca9f0eadf27e5aef0f1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:45 2022 +0200

    [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7cdd2b0..de2861c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>