You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 10:21:16 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump maven-assembly-plugin from 3.1.1 to 3.3.0

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 99f1dfa  chore(deps): bump maven-assembly-plugin from 3.1.1 to 3.3.0
99f1dfa is described below

commit 99f1dfac4775e4d7046a654a909c45ea0aeab13f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 10:17:06 2021 +0000

    chore(deps): bump maven-assembly-plugin from 3.1.1 to 3.3.0
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.1.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-3.1.1...maven-assembly-plugin-3.3.0)
    
    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 c3fedb4..cd0892d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -995,7 +995,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>