This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 695128a Update checkstyle (#80)
695128a is described below
commit 695128a0f32db7d441fe91fc6be5a0ce8d731ce2
Author: Mike Miller <[email protected]>
AuthorDate: Wed Jun 12 17:08:27 2019 -0400
Update checkstyle (#80)
* Fixes CVE-2019-9658
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 67944f4..b3109fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.17</version>
+ <version>8.18</version>
</dependency>
</dependencies>
<executions>