This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch exp_github_actions in repository https://gitbox.apache.org/repos/asf/flink.git
commit 7c093b9852ae2facb8873bdda7db8e05d4baca09 Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Tue Mar 29 17:24:28 2022 +0200 upgrade checkstyle newer version no longer require dependency resolution --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ff87705776..00384ec13be 100644 --- a/pom.xml +++ b/pom.xml @@ -1917,7 +1917,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> + <version>3.1.2</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId>