Skip to content

Commit a03abb7

Browse files
dependabot[bot]tfij
authored andcommitted
Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.16.0...checkstyle-10.17.0) --- 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]>
1 parent de676e1 commit a03abb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation("com.puppycrawl.tools:checkstyle:10.16.0")
18+
implementation("com.puppycrawl.tools:checkstyle:10.17.0")
1919
compileOnly("org.projectlombok:lombok:1.18.32")
2020
annotationProcessor("org.projectlombok:lombok:1.18.32")
2121

0 commit comments

Comments
 (0)