This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit 65b0820fe13bd4e33f080ae70087241365c052d0 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Apr 11 11:20:29 2020 -0400 update plexus --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 327e140..20674a5 100644 --- a/pom.xml +++ b/pom.xml @@ -190,12 +190,12 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-resources</artifactId> - <version>1.0.1</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.24</version> + <version>3.3.0</version> </dependency> <!-- test -->
