This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MPOM-343 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit e93dc80c38c44c04e7ee6610e0e0598c5eeae07b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Apr 18 17:40:57 2022 +0200 [MPOM-343] Bump Checkstyle Plugin to 3.2.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ca53625..06fc367 100644 --- a/pom.xml +++ b/pom.xml @@ -1039,7 +1039,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.0</version> <configuration> <configLocation>config/maven_checks.xml</configLocation> <headerLocation>config/maven-header.txt</headerLocation> @@ -1056,7 +1056,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-resources</artifactId> - <version>2</version> + <version>4</version> </dependency> </dependencies> </plugin>
