From 65dd882b7fc280b99646cd6b0f9cd22b2787febb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 30 Jan 2021 19:28:46 +0000
Subject: [PATCH] Bump checkstyle from 6.19 to 8.29 in /code-assert

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>
---
 code-assert/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-assert/pom.xml b/code-assert/pom.xml
index e1d81e9..7d08bbb 100644
--- a/code-assert/pom.xml
+++ b/code-assert/pom.xml
@@ -14,7 +14,7 @@
 
     <properties>
         <module.name>guru.nidi.codeassert</module.name>
-        <checkstyle.version>6.19</checkstyle.version>
+        <checkstyle.version>8.29</checkstyle.version>
         <findbugs.version>4.2.0</findbugs.version>
         <findsecbugs.version>1.11.0</findsecbugs.version>
         <pmd.version>5.8.1</pmd.version>