Skip to content

Commit 65881f9

Browse files
committed
PMD 5.5.5 -> 5.6.0
1 parent f440f33 commit 65881f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
// FindBugs
1313
compile 'com.google.code.findbugs:findbugs:3.0.1'
1414
// PMD
15-
compile 'net.sourceforge.pmd:pmd-java:5.5.5'
15+
compile 'net.sourceforge.pmd:pmd-java:5.6.0'
1616
}
1717

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

0 commit comments

Comments
 (0)