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:19 UTC

[maven-pmd-plugin] 01/03: [MPMD-350] Upgrade Maven Shared Utils to 3.3.4

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 <mi...@apache.org>
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 -->