This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 628050f601767ae59a6ee4cbb9776709a4318a55 Author: Andriy Redko <[email protected]> AuthorDate: Sun Sep 4 12:18:04 2022 -0400 Update maven-checkstyle-plugin to 3.2.0 (cherry picked from commit 8281292c52ca5f9903ca9ce85b2d630d140fa32e) (cherry picked from commit e91bcf0b2349a3efd5da7907d0cd6a2afb064a36) (cherry picked from commit 2f9b5a12890272287eca6edd5896e49d4c46c010) # Conflicts: # parent/pom.xml --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index faa8039ca3..1abff8c768 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -387,7 +387,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
