This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 8281292c52ca5f9903ca9ce85b2d630d140fa32e Author: Andriy Redko <[email protected]> AuthorDate: Sun Sep 4 12:18:04 2022 -0400 Update maven-checkstyle-plugin to 3.2.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6182a0b525..56f2276439 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -386,7 +386,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>
