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/03/03 09:17:46 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-assembly-plugin from 2.2.1 to 3.3.0

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 560ab8d  build(deps): bump maven-assembly-plugin from 2.2.1 to 3.3.0
560ab8d is described below

commit 560ab8da738c7698f35a98bcc598c2795a33a3af
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 23 16:51:49 2022 +0000

    build(deps): bump maven-assembly-plugin from 2.2.1 to 3.3.0
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 2.2.1 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-2.2.1...maven-assembly-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 acf9246..bc5514b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>