This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-3.8.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.8.x by this push: new 9a8c4a464 [MNG-7490] Upgrade Plexus Utils to 3.3.1 9a8c4a464 is described below commit 9a8c4a464cdc2c5ea329a8340142892319173b5d Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon May 30 23:34:11 2022 +0200 [MNG-7490] Upgrade Plexus Utils to 3.3.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a0f9dce3..2b95b290b 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ under the License. <mockitoVersion>2.21.0</mockitoVersion> <plexusVersion>2.1.0</plexusVersion> <plexusInterpolationVersion>1.26</plexusInterpolationVersion> - <plexusUtilsVersion>3.3.0</plexusUtilsVersion> + <plexusUtilsVersion>3.3.1</plexusUtilsVersion> <guiceVersion>4.2.2</guiceVersion> <sisuVersion>0.3.5</sisuVersion> <wagonVersion>3.5.1</wagonVersion>