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 2020/06/17 21:23:10 UTC

[maven-resolver] branch master updated: Bump maven-invoker-plugin from 3.0.1 to 3.2.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-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new dd23364  Bump maven-invoker-plugin from 3.0.1 to 3.2.1
dd23364 is described below

commit dd233645f1c6699771f6accb9b4735999c1b61e1
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Apr 27 04:16:10 2020 +0000

    Bump maven-invoker-plugin from 3.0.1 to 3.2.1
    
    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.0.1 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.0.1...maven-invoker-plugin-3.2.1)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
index f895b41..c7dc9c2 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
+++ b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
@@ -101,7 +101,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.0.1</version>
+            <version>3.2.1</version>
             <configuration>
               <debug>false</debug>
               <projectsDirectory>src/it</projectsDirectory>