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-release.git
The following commit(s) were added to refs/heads/master by this push: new 44ff401 [MRELEASE-1046] Upgrade Plexus Utils to 3.3.0 44ff401 is described below commit 44ff401499713c981732f3379de2cf6693e0fdef Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Dec 23 10:20:17 2020 +0100 [MRELEASE-1046] Upgrade Plexus Utils to 3.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bc733a..2891905 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.15</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.jdom</groupId>