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 2022/07/17 14:00:04 UTC

[maven-gpg-plugin] branch master updated: Bump maven-invoker from 3.1.0 to 3.2.0

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-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ec33cb8  Bump maven-invoker from 3.1.0 to 3.2.0
ec33cb8 is described below

commit ec33cb8d30b0266af0d94060c21df20d10b383b6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jul 17 13:43:26 2022 +0000

    Bump maven-invoker from 3.1.0 to 3.2.0
    
    Bumps [maven-invoker](https://github.com/apache/maven-invoker) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-invoker/releases)
    - [Commits](https://github.com/apache/maven-invoker/compare/maven-invoker-3.1.0...maven-invoker-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-invoker
      dependency-type: direct:development
      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 c698980..d11f0a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-invoker</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>