Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jqno committed Dec 3, 2021
1 parent 3d61160 commit 0c65f10
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.1</checkstyle.version> <!-- Property for Checkstyle's regression CI - see issue 216 -->
<checkstyle.version>9.2</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 0c65f10

Please sign in to comment.