From dad1f0caa7a762a43fb87d7524753c067eb4940a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 18:21:55 +0000 Subject: [PATCH] Bump checkstyle from 6.19 to 8.29 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 6.19 to 8.29. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-6.19...checkstyle-8.29) Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e38ae0b..c70a447 100644 --- a/pom.xml +++ b/pom.xml @@ -402,7 +402,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>6.19</version> + <version>8.29</version> </dependency> </dependencies> </plugin>