Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed Jun 5, 2022
1 parent 28c9f6f commit f73e678
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.2</checkstyle.version>
<checkstyle.version>10.3</checkstyle.version>
<docker.image>${project.artifactId}</docker.image>
<error-prone.version>2.14.0</error-prone.version>
<extra-enforcer-rules.version>1.5.1</extra-enforcer-rules.version>
Expand Down

0 comments on commit f73e678

Please sign in to comment.