You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/07 19:12:54 UTC

[maven-enforcer] branch master updated: Bump plexus-utils from 3.3.0 to 3.4.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ddd05b  Bump plexus-utils from 3.3.0 to 3.4.1
7ddd05b is described below

commit 7ddd05bf368b72d6103aa804fe64574aed453b3c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 27 15:11:22 2021 +0000

    Bump plexus-utils from 3.3.0 to 3.4.1
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.3.0 to 3.4.1.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.3.0...plexus-utils-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d643857..e0ee024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>3.4.1</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>