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
The following commit(s) were added to refs/heads/master by this push: new 3734db14 [DOXIA-681] Upgrade Plexus Utils to 3.5.0 3734db14 is described below commit 3734db142b44aa401072f378948d2dc6a8b963ce Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Dec 11 19:04:35 2022 +0100 [DOXIA-681] 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 0fe0a4bb..20bd41a0 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.4.2</version> + <version>3.5.0</version> </dependency> <dependency> <groupId>javax.inject</groupId>