You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/08 17:36:40 UTC

[maven-doxia] 03/03: [DOXIA-636] Upgrade Plexus Utils to 3.3.1

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch dependency-cleanup
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 72b8490f30a109ca08305c09906a7713ae822866
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 8 18:36:28 2022 +0100

    [DOXIA-636] 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 7c31177..b785feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1</version>
       </dependency>
 
       <!--  SLF4J -->