Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2021
1 parent 47e4c8b commit 71810d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.docu-tools:poipath:1.0.0")

checkstyle 'com.puppycrawl.tools:checkstyle:8.43'
checkstyle 'com.puppycrawl.tools:checkstyle:9.0.1'
}

tasks.withType(Checkstyle) {
Expand Down

0 comments on commit 71810d4

Please sign in to comment.