Skip to content

Commit eb49066

Browse files
Bump checkstyle from 10.0 to 10.1 (#746)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.0 to 10.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.0...checkstyle-10.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 984153c commit eb49066

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.42.0'
36-
classpath 'com.puppycrawl.tools:checkstyle:10.0'
36+
classpath 'com.puppycrawl.tools:checkstyle:10.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)