You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/10/24 19:42:07 UTC

[ws-axiom] branch master updated: Bump plexus-utils from 3.4.2 to 3.5.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ae952622 Bump plexus-utils from 3.4.2 to 3.5.0
4ae952622 is described below

commit 4ae9526225cf5bb9e78192d7b0f43208909b50a4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 03:31:53 2022 +0000

    Bump plexus-utils from 3.4.2 to 3.5.0
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.4.2 to 3.5.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.4.2...plexus-utils-3.5.0)
    
    ---
    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>
---
 buildutils/buildutils-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildutils/buildutils-maven-plugin/pom.xml b/buildutils/buildutils-maven-plugin/pom.xml
index 0e6a7caaf..293574dbc 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>3.4.2</version>
+            <version>3.5.0</version>
         </dependency>
     </dependencies>
 </project>