Skip to content

Commit c29637e

Browse files
Bump checkstyle from 9.0.1 to 9.1 (#713)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fb04a4 commit c29637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
dependencies {
3535
classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0'
36-
classpath 'com.puppycrawl.tools:checkstyle:9.0.1'
36+
classpath 'com.puppycrawl.tools:checkstyle:9.1'
3737
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5'
3838
classpath 'io.franzbecker:gradle-lombok:5.0.0'
3939
classpath 'io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'

0 commit comments

Comments
 (0)