You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/03/26 06:46:25 UTC

[mina-sshd] 08/15: Updated Maven Checkstyle plugin version to 3.1.2

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit ea2a614af137834b22e16192fbc8c2724c4ab8d3
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:05:30 2021 +0300

    Updated Maven Checkstyle plugin version to 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d46506..ebf35d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -891,7 +891,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.1.2</version>
                     <configuration>
                         <logViolationsToConsole>true</logViolationsToConsole>
                         <includeTestSourceDirectory>true</includeTestSourceDirectory>