You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/04 19:25:34 UTC

[cxf] 02/03: Update maven-checkstyle-plugin to 3.2.0

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e91bcf0b2349a3efd5da7907d0cd6a2afb064a36
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 12:18:04 2022 -0400

    Update maven-checkstyle-plugin to 3.2.0
    
    (cherry picked from commit 8281292c52ca5f9903ca9ce85b2d630d140fa32e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index af33551436..5b0262a629 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.2.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>