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 a28c27d9e5142aa6d601d65c76d6f076bd2d8c4d Author: Michael Osipov <[email protected]> AuthorDate: Sat Aug 20 09:04:42 2022 +0200 [MPMD-350] Upgrade Maven Shared Utils to 3.3.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 118d9af..acd4c29 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </dependency> <!-- plexus -->
