This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch gb in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit fa80239aa84a4f7207391035d3dc31da49ee5962 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Thu Jul 16 11:34:48 2020 -0400 update commons-io --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a4ee08c..5a775bd 100644 --- a/pom.xml +++ b/pom.xml @@ -226,8 +226,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> - <!-- scope>test</scope> Required by PMD transitively. --> + <version>2.6</version> </dependency> </dependencies>