You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/03/15 03:46:09 UTC

[accumulo] branch 1.9 updated: Update checkstyle (CVE-2019-9658)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new ba94367  Update checkstyle (CVE-2019-9658)
ba94367 is described below

commit ba943671a7f5353d4ad440c9c807f78102d7ea23
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Mar 14 23:22:28 2019 -0400

    Update checkstyle (CVE-2019-9658)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 81bbe24..0c38219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -998,7 +998,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.12</version>
+            <version>8.18</version>
           </dependency>
         </dependencies>
         <executions>