Skip to content

Commit c8efbfa

Browse files
committed
PMD 5.6.0 -> 5.6.1; CheckStyle 7.6.1 -> 7.7
1 parent 0c3d603 commit c8efbfa

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,12 +5,12 @@ repositories { jcenter() }
55
dependencies {
66
compileOnly gradleApi()
77
// Checkstyle
8-
compile('com.puppycrawl.tools:checkstyle:7.6.1') {
8+
compile('com.puppycrawl.tools:checkstyle:7.7') {
99
// Android Lint also depends on guava, so don't bring it in twice
1010
exclude module: 'guava'
1111
}
1212
// PMD
13-
compile 'net.sourceforge.pmd:pmd-java:5.6.0'
13+
compile 'net.sourceforge.pmd:pmd-java:5.6.1'
1414
}
1515

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

0 commit comments

Comments
 (0)