You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/23 09:21:47 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 (#3446)

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 314518690e build(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 (#3446)
314518690e is described below

commit 314518690eaa739ad4b60d7cf8bf16d21c7c56c3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 23 10:21:41 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index b8383c8bbd..256ef4cb57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -701,7 +701,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>