From 08e067c6ba9617285b205db1fbbdd78d05892ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 30 May 2016 22:08:19 +0100 Subject: [PATCH] pmd: bump to 5.4.2 This is a bugfix release where they mostly fixed false positives. No changes required. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ca445335a..c73cfbdde 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -221,7 +221,7 @@ task checkstyle(type: Checkstyle) { } pmd { - toolVersion = '5.4.1' + toolVersion = '5.4.2' consoleOutput = true }