You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/16 13:47:35 UTC

[maven-doxia] branch master updated: Bump plexus-utils from 3.1.0 to 3.3.0 (#29)

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

elharo 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 5df0b65  Bump plexus-utils from 3.1.0 to 3.3.0 (#29)
5df0b65 is described below

commit 5df0b6534bd64d867c783da47c68929051bb0381
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 16 09:47:26 2020 -0400

    Bump plexus-utils from 3.1.0 to 3.3.0 (#29)
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.1.0 to 3.3.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.1.0...plexus-utils-3.3.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8afd32..251ef1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.1.0</version>
+        <version>3.3.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>