aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <romani@users.noreply.github.com>2017-02-26 06:00:34 -0800
committerGitHub <noreply@github.com>2017-02-26 06:00:34 -0800
commitd9f9c9b9f21f11a5fd211709a788c7bc700f1fc7 (patch)
tree931f53d699272b4e005bea5891dd868ffc25efc4
parent0cbe8063a3a178fd6dfb0d7f6e643a27ae66eebd (diff)
downloadcheckstyle-d9f9c9b9f21f11a5fd211709a788c7bc700f1fc7.tar.gz
config: bump checkstyle version
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4beb1cbce..6025a58ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>7.5.1</version>
+ <version>7.6</version>
</dependency>
</dependencies>
<!-- Specifying configuration here will take effect on the execution of "mvn checkstyle:checkstyle",