You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/05/31 01:47:55 UTC

[maven-compiler-plugin] branch master updated: Bump maven-invoker-plugin from 3.2.2 to 3.3.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6657ecf  Bump maven-invoker-plugin from 3.2.2 to 3.3.0
6657ecf is described below

commit 6657ecf318bd33364551cecd984de4c8641d7a66
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 30 23:51:33 2022 +0000

    Bump maven-invoker-plugin from 3.2.2 to 3.3.0
    
    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.2 to 3.3.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.2...maven-invoker-plugin-3.3.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f756437..cc78d9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>