Skip to content

Commit

Permalink
Bump checkstyle from 10.0 to 10.1
Browse files Browse the repository at this point in the history
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.0 to 10.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.0...checkstyle-10.1)

---
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 Apr 3, 2022
1 parent a55cc96 commit bf8ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -22,7 +22,7 @@
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.6.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.version>10.0</checkstyle.version>
<checkstyle.version>10.1</checkstyle.version>
<docker.image>${project.artifactId}</docker.image>
<error-prone.version>2.10.0</error-prone.version>
<extra-enforcer-rules.version>1.5.1</extra-enforcer-rules.version>
Expand Down

0 comments on commit bf8ff51

Please sign in to comment.