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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 5a546d9c0b50298e954e712cc992ed91150b45f9
Author: Alexey Markevich <[email protected]>
AuthorDate: Thu Mar 18 17:56:26 2021 +0300

    Update maven-checkstyle-plugin to 3.1.2
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e31426..629ef8e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -376,18 +376,18 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.1.2</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
                             <version>${cxf.build-utils.version}</version>
                         </dependency>
-                        <dependency>
+                        <!--<dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
                             <version>8.35</version>
-                        </dependency>
+                        </dependency>-->
                     </dependencies>
                     <configuration>
                         <encoding>UTF-8</encoding>
-

Reply via email to