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 2020/12/29 13:40:19 UTC

[maven] 02/02: Validate also with latest Checkstyle 8.38

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

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

commit e33e0ec7a3103bc7258528a0bb3e986293c8ce99
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 14:40:00 2020 +0100

    Validate also with latest Checkstyle 8.38
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5480c0..15f473d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.29</version>
+              <version>8.38</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>