Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 2, 2022
1 parent a6283e4 commit 37b307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.4.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.version>9.2</checkstyle.version>
<checkstyle.version>9.2.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 37b307c

Please sign in to comment.