You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/13 13:11:10 UTC

[cxf-fediz] 02/02: Update to maven-checkstyle-plugin 3.1.1

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-fediz.git

commit e9b935d121a4cc8b7ef2f43977c9a9d2f2c44e77
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 13 15:49:16 2020 +0300

    Update to maven-checkstyle-plugin 3.1.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c1758a..0b34f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,7 +452,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -462,7 +462,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.28</version>
+                            <version>8.30</version>
                        </dependency>
                     </dependencies>
                     <configuration>