You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/09/27 06:40:46 UTC

[maven-parent] branch master updated: [MPOM-343] Bump Checkstyle Plugin to 3.2.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d169699  [MPOM-343] Bump Checkstyle Plugin to 3.2.0
d169699 is described below

commit d16969963146682b1c69370fa780b2949cbd6d4d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Apr 18 17:40:57 2022 +0200

    [MPOM-343] Bump Checkstyle Plugin to 3.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca53625..06fc367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1039,7 +1039,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.2.0</version>
           <configuration>
             <configLocation>config/maven_checks.xml</configLocation>
             <headerLocation>config/maven-header.txt</headerLocation>
@@ -1056,7 +1056,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>2</version>
+              <version>4</version>
             </dependency>
           </dependencies>
         </plugin>