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/08/20 07:06:21 UTC

[maven-pmd-plugin] 03/03: [MPMD-352] Upgrade Maven Common Artifact Filters to 3.3.1

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 614f1a9546bd090d246c59ccb0395b37ec579b83
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 20 09:05:14 2022 +0200

    [MPMD-352] Upgrade Maven Common Artifact Filters to 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d535851..b9aae02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.2.0</version>
+      <version>3.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>