Skip to content

Commit

Permalink
Bump checkstyle from 9.2 to 9.2.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jqno committed Jan 2, 2022
1 parent c047e95 commit 884b5d8
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 @@ -63,7 +63,7 @@
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>

<checkstyle.version>9.2</checkstyle.version> <!-- Property for Checkstyle's regression CI - see issue 216 -->
<checkstyle.version>9.2.1</checkstyle.version> <!-- Property for Checkstyle's regression CI - see issue 216 -->
<checkstyle.maven.version>3.1.2</checkstyle.maven.version>
<checkstyle.config>project/checkstyle-config.xml</checkstyle.config>

Expand Down

0 comments on commit 884b5d8

Please sign in to comment.