Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 780bc75

Browse files
Update dependency com.puppycrawl.tools:checkstyle to v10 (#347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 096dbdb commit 780bc75

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
@@ -150,7 +150,7 @@ allprojects {
150150
'org.jacoco:org.jacoco.agent:0.8.7',
151151

152152
// Checkstyle
153-
'com.puppycrawl.tools:checkstyle:9.3',
153+
'com.puppycrawl.tools:checkstyle:10.0',
154154
].collect { project.dependencies.constraints.create(it) }
155155
)
156156

0 commit comments

Comments
 (0)