From 8bb235aa7cffa900568d7827ea8b408d4df73ee3 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 8 Jan 2016 10:32:31 +0000 Subject: [PATCH] Upgrade checkstyle to 6.14.1 From 6.14 Release Notes: Breaking backward compatibility: Remove parameters validation from LocalVariableName. [#2549](https://github.com/checkstyle/checkstyle/issues/2549) Signed-off-by: Paul Campbell --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84f585c..1c6a5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ com.puppycrawl.tools checkstyle - 6.13 + 6.14.1