Skip to content

Commit 3c5ab43

Browse files
authored
Merge pull request #76 from xdev-software/dependabot/gradle/com.puppycrawl.tools-checkstyle-10.14.0
Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0
2 parents 2125f6b + a3f6461 commit 3c5ab43

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
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
ext {
10-
checkstyleVersion = '10.13.0'
10+
checkstyleVersion = '10.14.0'
1111
}
1212

1313
def properties(String key) {

0 commit comments

Comments
 (0)