Skip to content

Commit

Permalink
Bump checkstyle from 8.43 to 8.44
Browse files Browse the repository at this point in the history
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@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>
  • Loading branch information
dependabot[bot] committed Jun 28, 2021
1 parent 4b9b97e commit afd23db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -80,7 +80,7 @@
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>
<maven.javadoc-plugin.version>3.3.0</maven.javadoc-plugin.version>
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
<puppycrawl.checkstyle.version>8.43</puppycrawl.checkstyle.version>
<puppycrawl.checkstyle.version>8.44</puppycrawl.checkstyle.version>
<maven.spotless.plugin.version>2.12.1</maven.spotless.plugin.version>
<checkstyle.check.skip>false</checkstyle.check.skip>
<!-- excludes the Record classes from being analyzed as they are not yet supported by the checkstyle plugin -->
Expand Down

0 comments on commit afd23db

Please sign in to comment.