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-reporting-impl.git
The following commit(s) were added to refs/heads/master by this push: new 159df35 [MSHARED-1162] Upgrade Plexus Utils to 3.5.0 159df35 is described below commit 159df35aa6803fbe977296faeeeb524d7dd47dca Author: Michael Osipov <micha...@apache.org> AuthorDate: Thu Nov 24 21:10:10 2022 +0100 [MSHARED-1162] Upgrade Plexus Utils to 3.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d13c55..3ca773e 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.4.2</version> + <version>3.5.0</version> </dependency> <!-- test -->