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-doxia.git
commit e3828acfb1cfe5ecf5b150a6d50e39423e5f36ed Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon May 30 22:24:48 2022 +0200 [DOXIA-653] Upgrade Plexus Utils to 3.4.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd8e4019..8172986a 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.3.1</version> + <version>3.4.2</version> </dependency> <dependency> <groupId>javax.inject</groupId>