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 <[email protected]> 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>
