You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/06 20:49:27 UTC

[cxf] branch main updated: Bump maven-invoker-plugin from 3.2.1 to 3.4.0 (#1111)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ab4c9d289 Bump maven-invoker-plugin from 3.2.1 to 3.4.0 (#1111)
3ab4c9d289 is described below

commit 3ab4c9d28911c84d650e96f820518af540b199a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 15:49:20 2023 -0500

    Bump maven-invoker-plugin from 3.2.1 to 3.4.0 (#1111)
    
    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.1 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.2.1...maven-invoker-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f8393fc00a..680d7d380a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -543,7 +543,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-invoker-plugin</artifactId>
-                    <version>3.2.1</version>
+                    <version>3.4.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>