Skip to content

Commit a219690

Browse files
committed
Checkstyle 7.6 -> 7.6.1; PMD 5.5.4 -> 5.5.5
1 parent 5d994c9 commit a219690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ repositories { jcenter() }
55
dependencies {
66
compile gradleApi()
77
// Checkstyle
8-
compile('com.puppycrawl.tools:checkstyle:7.6') {
8+
compile('com.puppycrawl.tools:checkstyle:7.6.1') {
99
// Android Lint also depends on guava, so don't bring it in twice
1010
exclude module: 'guava'
1111
}
1212
// FindBugs
1313
compile 'com.google.code.findbugs:findbugs:3.0.1'
1414
// PMD
15-
compile 'net.sourceforge.pmd:pmd-java:5.5.4'
15+
compile 'net.sourceforge.pmd:pmd-java:5.5.5'
1616
}
1717

1818
def masterCommitCount = 'git rev-list --count HEAD'.execute([], project.rootDir).text.trim()

0 commit comments

Comments
 (0)