This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch fluo-parent
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/fluo-parent by this push:
new 5105c92 Update checkstyle (CVE-2019-9658) (#1073)
5105c92 is described below
commit 5105c922aca60c4c8b69ba92cafc583bb024dd16
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 14 16:23:28 2019 -0400
Update checkstyle (CVE-2019-9658) (#1073)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bcf4d47..13ab2f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.14</version>
+ <version>8.18</version>
</dependency>
<dependency>
<groupId>org.apache.fluo</groupId>