You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/03/22 15:32:19 UTC

[commons-rng] branch master updated: Updated checkstyle to avoid security vulnerability in <8.18

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 05639e2  Updated checkstyle to avoid security vulnerability in <8.18
05639e2 is described below

commit 05639e2e02f6c2efe93df6d8d216dc5d802c4f72
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Mar 22 15:32:14 2019 +0000

    Updated checkstyle to avoid security vulnerability in <8.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 506fa94..75ddaf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <rng.pmd.version>3.9.0</rng.pmd.version>
     <rng.checkstyle.version>3.0.0</rng.checkstyle.version>
-    <rng.checkstyle.dep.version>8.17</rng.checkstyle.dep.version>
+    <rng.checkstyle.dep.version>8.18</rng.checkstyle.dep.version>
     <rng.mathjax.version>2.7.2</rng.mathjax.version>
     <!-- Workaround to avoid duplicating config files. -->
     <rng.parent.dir>${basedir}</rng.parent.dir>