commit | 8dee5918ccda8bfa1adced614d75391d967e2e56 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jun 30 09:41:16 2021 -0400 |
committer | GitHub <noreply@github.com> | Wed Jun 30 09:41:16 2021 -0400 |
tree | eb9452e6769b72b4ab89d5c3d25303b566b8a02e | |
parent | d6ca8197ce8a3c7b5947ca4ac50a474995d66d76 [diff] |
Bump checkstyle from 8.43 to 8.44 (#248) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.44) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml index 2448f15..4551192 100644 --- a/pom.xml +++ b/pom.xml
@@ -362,7 +362,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.43</version> + <version>8.44</version> </dependency> </dependencies> </plugin>