You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/08/29 17:00:23 UTC

[cxf-build-utils] branch master updated: Use newer version of pmd

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 8663e59  Use newer version of pmd
8663e59 is described below

commit 8663e594a8dfb94be66412803c89a4f9d5c27e7d
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Aug 29 13:00:09 2018 -0400

    Use newer version of pmd
---
 buildtools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 7bc0da2..4ab55f9 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>net.sourceforge.pmd</groupId>
             <artifactId>pmd-java</artifactId>
-            <version>5.4.1</version>
+            <version>6.6.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>