This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit 23acd4562bcf64aa46a094fc403ad7c6df1deda2 Author: Michael Osipov <[email protected]> AuthorDate: Sun Mar 31 11:55:55 2019 +0200 [MRESOLVER-73] Upgrade Plexus Utils to 3.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b2bb57..4b4adac 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.24</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>org.sonatype.plexus</groupId>
