You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/14 05:07:28 UTC

[maven-plugin-tools] branch master updated: Bump plexus-utils

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

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


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

commit b6c0ac26201beedefde16ed26cf7dab79eecae53
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 13 21:53:44 2022 +0000

    Bump plexus-utils
    
    Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.1 to 3.0.16.
    - [Release notes](https://github.com/sonatype/plexus-utils/releases)
    - [Commits](https://github.com/sonatype/plexus-utils/compare/plexus-utils-3.0.1...plexus-utils-3.0.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml b/maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml
index b72ecc0b..98232ac9 100644
--- a/maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml
+++ b/maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml
@@ -44,7 +44,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.16</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>